OpenSearch/docs/reference/query-dsl
Clinton Gormley 30c80319c0 Match query with operator and, cutoff_frequency and stacked tokens
If the match query with cutoff_frequency encounters stacked tokens,
like synonyms in the same position, it returns a boolean query instead
of a common terms query.  However, if the original operator was set
to "and", it was ignoring that and resetting the operator to "or".

In fact, if operator is "and" then there is little benefit in using
a common terms query as a must query is already
executed efficiently.
2014-06-25 17:53:43 +02:00
..
filters Docs: Updated the explanation about memory usage with parent/child 2014-06-21 16:32:29 +02:00
queries Match query with operator and, cutoff_frequency and stacked tokens 2014-06-25 17:53:43 +02:00
filters.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
queries.asciidoc Add mustache templating to query execution. 2014-02-20 12:21:59 +01:00