Elasticsearch - Basic Search Queries
Why might this term query fail to find documents?
Assuming
{ "query": { "term": { "description": "Fast Car" } } }Assuming
description is a text field analyzed with the standard analyzer.