OpenSearch/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 Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
boosting-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
common-terms-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
constant-score-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
dis-max-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
filtered-query.asciidoc Docs: Rewrote the filtered query docs to be clearer 2014-06-19 16:34:26 +02:00
flt-field-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
flt-query.asciidoc Rename edit_distance/min_similarity to fuzziness 2014-01-09 15:14:51 +01:00
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 [DOCS] Removed outdated new/deprecated version notices 2013-09-03 21:28:31 +02:00
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 Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices-query.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
match-all-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
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 Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
mlt-field-query.asciidoc Fix behavior on default boost factor for More Like This. 2014-05-02 16:59:09 +02:00
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 Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
nested-query.asciidoc Update nested-query.asciidoc 2014-06-12 12:48:23 +02:00
prefix-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
query-string-query.asciidoc Update Documentation Feature Flags [1.1.0] 2014-03-25 17:51:30 +01:00
query-string-syntax.asciidoc Return `MatchNoDocsQuery` if query string is emtpy 2014-01-20 16:08:57 +01:00
range-query.asciidoc [DOCS] fixed typo 2014-03-26 14:51:02 +01:00
regexp-query.asciidoc [DOC] Fixed flags example incorrect syntax 2014-04-01 14:43:38 -04:00
regexp-syntax.asciidoc Update "Character classes" part 2014-05-06 16:05:51 +02:00
simple-query-string-query.asciidoc Update Documentation Feature Flags [1.1.0] 2014-03-25 17:51:30 +01:00
span-first-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
span-multi-term-query.asciidoc RegexpQueryBuilder now implements MultiTermQueryBuilder 2013-10-31 09:12:57 +01:00
span-near-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
span-not-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
span-or-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
span-term-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
template-query.asciidoc Update Documentation Feature Flags [1.1.0] 2014-03-25 17:51:30 +01:00
term-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
terms-query.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
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 Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00