Skip to content

Why use /_doc/_mget as request path when try to multi get documentation? #9796

Answered by ivyxjc
ivyxjc asked this question in Q&A
Discussion options

You must be logged in to vote

Both elasticsearch/opensearch multi get documentation only have the following two apis

GET _mget
GET <index>/_mget

For path /_doc/_mget , Opensearch/Elastisearch should see _doc as index name, but _doc cannot be index name since index name should not start with _.

Opensearch/Elasticsearch real action has some conflicts with documentation. I recommend we'd better following the documentation.

I raise one related issue in opensearch project

Replies: 5 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ivyxjc
Comment options

@wu-sheng
Comment options

@wu-sheng
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@wu-sheng
Comment options

@ivyxjc
Comment options

@wu-sheng
Comment options

@ivyxjc
Comment options

@wu-sheng
Comment options

Answer selected by Superskyyy
Comment options

You must be logged in to vote
2 replies
@wu-sheng
Comment options

@ivyxjc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working and you are sure it's a bug! backend OAP backend related.
4 participants