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

1 Answer

0 votes
by (30.6k points)
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

+1 vote
...