elasticsearch/docs/reference/query-dsl
Martijn van Groningen e3b7e5d75a percolator: Replace percolate api with the new percolator query
Also replaced the PercolatorQueryRegistry with the new PercolatorQueryCache.

The PercolatorFieldMapper stores the rewritten form of each percolator query's xcontext
in a binary doc values field. This make sure that the query rewrite happens only during
indexing (some queries for example fetch shapes, terms in remote indices) and
the speed up the loading of the queries in the percolator query cache.

Because the percolator now works inside the search infrastructure a number of features
(sorting fields, pagination, fetch features) are available out of the box.

The following feature requests are automatically implemented via this refactoring:

Closes #10741
Closes #7297
Closes #13176
Closes #13978
Closes #11264
Closes #10741
Closes #4317
2016-03-21 12:21:50 +01:00
..
bool-query.asciidoc Document that bool.filter assigns scores of 1.0 2016-01-14 09:28:32 +01:00
boosting-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
common-terms-query.asciidoc Polish doc 2015-11-28 18:25:42 +01:00
compound-queries.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
constant-score-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
dis-max-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
exists-query.asciidoc Remove the MissingQueryBuilder which was deprecated in 2.2.0. 2015-12-10 12:55:05 +01:00
full-text-queries.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
function-score-query.asciidoc [DOCS] Fix missing table end in function-score-query.asciidoc 2016-03-10 13:35:33 -07:00
fuzzy-query.asciidoc Bump Elasticsearch version to 5.0.0-SNAPSHOT 2016-03-01 17:03:47 -05:00
geo-bounding-box-query.asciidoc Merge pull request #14800 from MaineC/doc-fix/query-dsl 2016-03-10 13:45:13 +01:00
geo-distance-query.asciidoc GeoPointV2 update docs and query builders 2016-03-09 16:09:44 -06:00
geo-distance-range-query.asciidoc The boost keyword changed to bool 2015-10-18 13:45:10 +05:30
geo-polygon-query.asciidoc GeoPointV2 update docs and query builders 2016-03-09 16:09:44 -06:00
geo-queries.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
geo-shape-query.asciidoc Update geo_shape/query docs, fix TermStrategy defaults 2015-12-11 17:14:22 -06:00
geohash-cell-query.asciidoc Docs: Remove docs for the filtered, and, or and (f)query queries. 2015-09-11 11:00:54 +02:00
has-child-query.asciidoc Merge pull request #14800 from MaineC/doc-fix/query-dsl 2016-03-10 13:45:13 +01:00
has-parent-query.asciidoc Merge branch 'master' into feature/query-refactoring 2015-09-11 14:15:12 +02:00
ids-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
indices-query.asciidoc [DOCS] remove tip on indices query elements order 2015-10-28 10:50:28 +01:00
joining-queries.asciidoc Cleanup ParentFieldMapper: 2016-01-20 16:56:22 +01:00
match-all-query.asciidoc Docs: Add query to Query DSL documentation 2015-11-18 14:39:28 +01:00
match-query.asciidoc Merge pull request #12264 from peschlowp/patch-6 2015-07-15 13:22:23 +02:00
minimum-should-match.asciidoc Query DSL: Remove filter parsers. 2015-05-07 20:14:34 +02:00
mlt-query.asciidoc Fix typos in query dsl docs. 2015-11-17 13:40:10 +01:00
multi-match-query.asciidoc multi_match query applies boosts too many times. 2015-08-06 19:07:12 +02:00
multi-term-rewrite.asciidoc Expose Lucene's new TopTermsBlendedFreqScoringRewrite. 2015-07-08 16:01:47 +02:00
nested-query.asciidoc Remove support for filter element in nested query 2015-10-28 10:50:29 +01:00
parent-id-query.asciidoc Bump Elasticsearch version to 5.0.0-SNAPSHOT 2016-03-01 17:03:47 -05:00
percolator-query.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
prefix-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
query-string-query.asciidoc Docs: Update Joda URLs in documentation. 2015-06-26 10:23:02 +02:00
query-string-syntax.asciidoc Merge pull request #13894 from dmland/patch-1 2015-11-18 15:50:30 +01:00
query_filter_context.asciidoc Docs: Use "js" instead of "json" and "sh" instead of "shell" for source highlighting 2015-07-14 18:14:09 +02:00
range-query.asciidoc Gives more emphasys 2015-09-24 11:30:00 -03:00
regexp-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
regexp-syntax.asciidoc Corrected regexp syntax docs for COMPLEMENT 2016-03-14 10:46:31 +01:00
script-query.asciidoc Docs: Remove docs for the filtered, and, or and (f)query queries. 2015-09-11 11:00:54 +02:00
simple-query-string-query.asciidoc Docs: add description of the analyze_wildcard parameter to the simple query string query docs 2015-06-22 18:26:31 -04:00
span-containing-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-first-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-multi-term-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-near-query.asciidoc Deprecate span_near's collect_payloads 2016-01-11 22:11:38 -05:00
span-not-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-or-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-queries.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-term-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
span-within-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
special-queries.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
template-query.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
term-level-queries.asciidoc Removes all the reference of the query in the docs 2015-12-11 20:07:57 +01:00
term-query.asciidoc field name is changed 2015-12-31 15:16:56 +09:00
terms-query.asciidoc Docs: Remove docs for the filtered, and, or and (f)query queries. 2015-09-11 11:00:54 +02:00
type-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00
wildcard-query.asciidoc Docs: Reorganised the Query DSL docs into families and explaing query vs filter context 2015-06-04 01:59:37 +02:00