Services as discussed:
- databaseindex -> database http://localhost:9200/database/_search
- tableindex -> table http://localhost:9200/table/_search
- columnindex -> column http://localhost:9200/column/_search
- identifierindex -> identifier http://localhost:9200/identifier/_search
NEW:
- user http://localhost:9200/user/_search
- concept http://localhost:9200/concept/_search
- unit http://localhost:9200/unit/_search
How to verify
Create a database, a table and assign a concept (any concept) to it. Then check the respective search endpoints in open search from above.
Closes #322