+1 vote
in ElasticSearch by
What are the various possible ways in which we can perform a search in Elasticsearch?

1 Answer

0 votes
by
Mentioned below are the various possible ways in which we can perform a search in Elasticsearch:

Applying search API across multiple types and multiple indexes: Search API, we can search an entity across multiple types and indices.

Search request using a Uniform Resource Identifier: We can search requests using parameters along with URI i.e. Uniform Resource Identifier.

Search using Query DSL i.e. (Domain Specific Language) within the body: DSL i.e. Domain Specific Language is utilized for JSON request body.

Related questions

0 votes
asked Jul 9, 2022 in ElasticSearch by sharadyadav1986
+2 votes
asked Jul 12, 2022 in ElasticSearch by Robin
...