OpenSearch/docs/java-api
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
..
admin Add documentation for Java API health API 2015-12-31 15:22:28 +01:00
aggregations Add back support for `ip` range aggregations. #17859 2016-05-13 17:22:01 +02:00
docs Merge pull request #15973 from DynamicScope/patch-1 2016-01-18 12:00:02 +01:00
query-dsl Moved the percolator from core to its own module 2016-05-24 11:01:57 +02:00
aggs.asciidoc removing duplicated parenthese open (#17975) 2016-04-26 20:13:08 +02:00
client.asciidoc Update client.asciidoc 2016-05-04 14:07:28 +09: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 Replaced SCAN search type with _doc sort in scroll query 2016-04-07 06:52:14 +02:00