I want to get documents with multiple identifiers using the python _mget elasticsearch API.
I am using the es.mget() method for an Elasticsearch object. However, I do not know what needs to be provided as an argument regarding the body. whether it should be separated by a comma-separated list of identifiers or a list of documents with the specified _id .
I tried in both directions and I get an exception:
elasticsearch.exceptions.RequestError
source share