elasticsearch/docs/reference
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
..
analysis Docs: Updated stop token filter docs 2014-06-21 18:42:38 +02:00
cat [DOCS] Fielddata cat API added in 1.2.0 2014-06-03 11:06:28 +02:00
cluster Docs: Updated cluster health docs 2014-06-20 18:05:46 +02:00
docs update docs to reflect how default write consistency with 1 replica behaves 2014-06-17 14:25:04 +02:00
images [Doc] Add a chart about the relative error of the percentiles aggregation. 2014-03-14 12:23:23 +01:00
index-modules [DOCS] Clarify the trade-off of the `disk` doc values format. 2014-06-13 13:24:53 +02:00
indices Guard against improper auto_expand_replica values 2014-06-07 01:19:06 +02:00
mapping Index field names of documents. 2014-06-19 11:50:06 +02:00
migration [DOCS] Included the `_percolator` index breaking change to migration docs. 2014-02-20 16:43:06 +01:00
modules Switch to Groovy as the default scripting language 2014-06-25 12:15:12 +02:00
query-dsl Match query with operator and, cutoff_frequency and stacked tokens 2014-06-25 17:53:43 +02:00
search Docs: Added IDs to the highlighters for linking 2014-06-22 16:46:42 +02:00
setup Docs: tidied configuration.asciidoc 2014-06-17 17:37:07 +02:00
testing [TEST] Randomized number of shards used for indices created during tests 2014-03-10 13:01:52 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc REST API: Allow to configure JSONP/callback support 2014-06-19 08:34:38 +02:00
cat.asciidoc [DOCS] reordered cat apis menu 2014-06-03 11:06:35 +02:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
getting-started.asciidoc [DOCS] Java 7 is required since 1.2.0 2014-05-30 10:45:22 +02:00
glossary.asciidoc
index-modules.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
index.asciidoc [DOCS] getting started tutorial 2014-04-22 13:33:03 -04:00
indices.asciidoc [DOCS] Removed leftover indices status link 2014-04-28 11:39:12 +02:00
mapping.asciidoc [DOCS] Moved multi fields documentation into the core-types page 2014-01-22 10:05:58 +01:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc
search.asciidoc Benchmark documentation 2014-04-14 14:08:41 -07:00
setup.asciidoc [DOCS] Java 7 is required since 1.2.0 2014-05-30 10:45:22 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00