0 votes
in ElasticSearch by
What do you understand by multi-document APIs?

1 Answer

0 votes
by

Multi-document API is a document API, which further has few more APIs. Multi-document APIs are basically used to perform queries across multiple documents. Simply says that - it allows the users to perform the operation in bulk like fetch or update multiple documents using a single query.

It is further classified and has the following APIs for bulk operations -

  • Bulk API
  • Multi Get API
  • Delete By Query API
  • Update By Query API
  • Reindex API

Related questions

0 votes
+1 vote
asked Jul 11, 2022 in ElasticSearch by sharadyadav1986
0 votes
asked May 14 in Ansible by Robin
...