in ElasticSearch by (31.7k points)
What are the various ways of searching in Elasticsearch?

1 Answer

0 votes
by (31.7k points)

Following are the way of search in Elasticsearch:

Multi-index, Multitype search: You can search APIs that can be applied across all multiple indices by using the multi-index support system.

In Elastic search, we can create certain tags across all indices across all indices and all types.

  • URI search: A search request is executed using a URI by providing requested parameters.
  • Request body search: A search request need to be executed by a search DSL. It includes the query DSL within the body.

Related questions

+2 votes
asked Jul 12, 2022 in ElasticSearch by Robin (14.6k points)
0 votes
asked Jul 10, 2022 in ElasticSearch by sharadyadav1986 (31.7k points)
+1 vote
asked Feb 24 in ElasticSearch by rajeshsharma (23.9k points)
...