30c80319c0
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. |
||
---|---|---|
.. | ||
filters | ||
queries | ||
filters.asciidoc | ||
queries.asciidoc |