We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/_mapping
Expose the GET /_mapping/ and GET /<target-index>/_mapping endpoints of Elasticsearch though search-api as
GET /_mapping/
GET /<target-index>/_mapping
GET /mapping/
GET /mapping/<search-api index name>/mapping
HM card: https://github.com/orgs/hubmapconsortium/projects/40/views/1?pane=issue&itemId=66590372
We can potentially implement this in the search-adapter submodule so this is only done once for both consortia
search-adapter
The text was updated successfully, but these errors were encountered:
maxsibilla
Successfully merging a pull request may close this issue.
Expose the
GET /_mapping/
andGET /<target-index>/_mapping
endpoints of Elasticsearch though search-api asGET /mapping/
(default to consortium index)GET /mapping/<search-api index name>/mapping
HM card: https://github.com/orgs/hubmapconsortium/projects/40/views/1?pane=issue&itemId=66590372
We can potentially implement this in the
search-adapter
submodule so this is only done once for both consortiaThe text was updated successfully, but these errors were encountered: