Term | Match Queries |
---|---|
Looks for the exact term in the inverted index. | Queries are analyzed before looking up the inverted index. |
Does not know of the presence of the analyzer. | Understands how the fields have ben analyzed. |
Great for keywords, numbers, dates where exact matches are important. | Useful when searching full text fields with a large body of text. |
Less likely to match irrelevant documents. | More likely to match irrelevant documents. |
--- | Does not go through a query parsing process, does not support wildcards, prefixes etc. |
Search This Blog
Sunday, 27 December 2020
Term Vs Match queries - Elasticsearch
Subscribe to:
Posts (Atom)
Elasticsearch - Nodes, clusters, and shards
Elastic Stack Video - Load your gun in short time. Beginner's Crash Course to Ela...
Recent Post
-
When using the msearch (multi-search) API in Elasticsearch, you can search across multiple indices in a single r...
-
Search the world's most comprehensive index of full-text books. The Periodic Tab...
-
CNCF Cloud Native Interactive Landscape ...