OpenSearch/modules
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
..
ingest-grok Add infrastructure to run REST tests on a multi-version cluster 2016-03-13 10:52:39 +01:00
lang-expression Added one minor comment for expressions tests. 2016-03-14 13:19:52 -07:00
lang-groovy percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
lang-mustache percolator: Replace percolate api with the new percolator query 2016-03-21 12:21:50 +01:00
lang-painless Split up Analyzer and Writer into multiple pieces. 2016-03-17 10:15:13 -07:00
reindex Merge branch 'master' into feature-suggest-refactoring 2016-03-16 15:27:02 +01:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00