OpenSearch/docs/java-api/query-dsl
Martijn van Groningen 27cc2fe4dc Moved the percolator from core to its own module
Significant changes:
* AbstractQueryTestCase has moved to the test framework module, in order for query builder tests in modules and plugins
* Added support to AbstractQueryTestCase to register plugins
* Lift the restriction that only one percolator could be added per index. This validation existed in MapperService, but because the percolator moved to a module it could no longer exist there. Instead of bringing it back it was removed. This validation existed since the percolator cache only supported one percolator query per document, since the percolator cache has been removed this restriction could removed as well.
* While moving percolator tests to the new module, also removed a couple of tests for the deprecated percolate and mpercolate api. These APIs are now sugar  APIs for bwc and rediect to the searvh and msearvh APIs. Some tests were still testing as if percolate and mpercolate API did the percolation, but this no longer the case and these tests could be removed.
2016-05-24 11:01:57 +02: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
percolate-query.asciidoc Moved the percolator from core to its own module 2016-05-24 11:01:57 +02: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 Moved the percolator from core to its own module 2016-05-24 11:01:57 +02: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