OpenSearch/docs/java-api
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
..
admin Add documentation for Java API health API 2015-12-31 15:22:28 +01:00
aggregations updated Java API docs with the changes due to aggregator refactoring 2016-02-15 10:34:29 +00:00
docs Merge pull request #15973 from DynamicScope/patch-1 2016-01-18 12:00:02 +01:00
query-dsl percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
aggs.asciidoc updated Java API docs with the changes due to aggregator refactoring 2016-02-15 10:34:29 +00:00
client.asciidoc Improved transport sniffing docs 2016-03-10 14:20:09 +01:00
docs.asciidoc Remove delete-by-query core docs 2015-08-01 05:14:46 -04:00
index.asciidoc percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
indexed-scripts.asciidoc Fix Java API documentation for indexed scripts 2015-12-22 16:58:19 +01:00
query-dsl.asciidoc [doc] Reorganize and clean Java documentation 2015-07-01 22:19:11 +02:00
search.asciidoc Add note about size being per shard here 2016-02-29 09:11:08 -07:00