OpenSearch/docs/java-api/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 Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
boosting-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
common-terms-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
compound-queries.asciidoc Removed include for not-query. 2015-10-20 14:28:00 -07:00
constant-score-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
dis-max-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
exists-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
full-text-queries.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
function-score-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
fuzzy-query.asciidoc Deprecate fuzzy query 2016-01-25 15:24:10 +01:00
geo-bounding-box-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
geo-distance-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
geo-distance-range-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
geo-polygon-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
geo-queries.asciidoc Fix typos in docs. 2016-02-09 02:07:32 -08:00
geo-shape-query.asciidoc upgrade to lucene 6.0.0-snapshot-bea235f 2016-03-07 04:12:23 -05:00
geohash-cell-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
has-child-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
has-parent-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
ids-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
indices-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
joining-queries.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
match-all-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
match-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
mlt-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
multi-match-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
nested-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
percolator-query.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
prefix-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
query-string-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
range-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
regexp-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
script-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
simple-query-string-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
span-containing-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
span-first-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
span-multi-term-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
span-near-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
span-not-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
span-or-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
span-queries.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
span-term-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
span-within-query.asciidoc Updates java query dsl documentation 2015-10-20 09:37:36 +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 Updates java query dsl documentation 2015-10-20 09:37:36 +02: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 Updates java query dsl documentation 2015-10-20 09:37:36 +02:00
terms-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
type-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
wildcard-query.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00