elasticsearch/docs/reference/query-dsl/queries
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
..
bool-query.asciidoc
boosting-query.asciidoc
common-terms-query.asciidoc
constant-score-query.asciidoc
dis-max-query.asciidoc
filtered-query.asciidoc Docs: Rewrote the filtered query docs to be clearer 2014-06-19 16:34:26 +02:00
flt-field-query.asciidoc
flt-query.asciidoc
function-score-query.asciidoc [DOCS] fixed typo in fucntion-score query docs 2014-06-03 12:05:59 +02:00
fuzzy-query.asciidoc [DOCS] Fixed the fuzzy query docs with correct default value max_expansion option 2014-06-05 19:52:12 +02:00
geo-shape-query.asciidoc
has-child-query.asciidoc Docs: Updated the explanation about memory usage with parent/child 2014-06-21 16:32:29 +02:00
has-parent-query.asciidoc Docs: Updated the explanation about memory usage with parent/child 2014-06-21 16:32:29 +02:00
ids-query.asciidoc
indices-query.asciidoc
match-all-query.asciidoc
match-query.asciidoc Match query with operator and, cutoff_frequency and stacked tokens 2014-06-25 17:53:43 +02:00
minimum-should-match.asciidoc
mlt-field-query.asciidoc
mlt-query.asciidoc More Like This Query: allow for both 'like_text' and 'docs/ids' to be specified. 2014-05-22 13:50:17 +02:00
multi-match-query.asciidoc [DOCS] Improved readability of multi-match query docs 2014-06-03 14:23:34 +02:00
multi-term-rewrite.asciidoc
nested-query.asciidoc Update nested-query.asciidoc 2014-06-12 12:48:23 +02:00
prefix-query.asciidoc
query-string-query.asciidoc
query-string-syntax.asciidoc
range-query.asciidoc
regexp-query.asciidoc
regexp-syntax.asciidoc
simple-query-string-query.asciidoc
span-first-query.asciidoc
span-multi-term-query.asciidoc
span-near-query.asciidoc
span-not-query.asciidoc
span-or-query.asciidoc
span-term-query.asciidoc
template-query.asciidoc
term-query.asciidoc
terms-query.asciidoc
top-children-query.asciidoc Docs: Updated the explanation about memory usage with parent/child 2014-06-21 16:32:29 +02:00
wildcard-query.asciidoc