OpenSearch/modules
Nik Everett 7ef390068a Move remaining pre-configured token filters into analysis-common (#24716)
Moves the remaining preconfigured token figured into the analysis-common module. There were a couple of tests in core that depended on the pre-configured token filters so I had to touch them:

* `GetTermVectorsCheckDocFreqIT` depended on `type_as_payload` but didn't do anything important with it. I dropped the dependency. Then I moved the test to a single node test case because we're trying to cut down on the number of `ESIntegTestCase` subclasses.
* `AbstractTermVectorsTestCase` and its subclasses depended on `type_as_payload`. I dropped their usage of the token filter and added an integration test for the termvectors API that uses `type_as_payload` to the `analysis-common` module.
* `AnalysisModuleTests` expected a few pre-configured token filtes be registered by default. They aren't any more so I dropped this assertion. We assert that the `CommonAnalysisPlugin` registers these pre-built token filters in `CommonAnalysisFactoryTests`
* `SearchQueryIT` and `SuggestSearchIT` had tests that depended on the specific behavior of the token filters so I moved the tests to integration tests in `analysis-common`.
2017-05-16 13:10:24 -04:00
..
aggs-matrix-stats Added unit tests for InternalMatrixStats. 2017-05-10 11:06:18 +02:00
analysis-common Move remaining pre-configured token filters into analysis-common (#24716) 2017-05-16 13:10:24 -04:00
ingest-common Size lists in advance when known 2017-05-12 10:36:13 -04:00
lang-expression Scripting: Remove "service" from ScriptEngine interface name (#24574) 2017-05-10 00:47:33 -07:00
lang-mustache Scripts: Convert template script engines to return String instead of BytesReference (#24447) 2017-05-15 22:37:31 -07:00
lang-painless Replace manual copying an array or collection with static methods calls (#24657) 2017-05-15 09:35:48 +02:00
parent-join Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
percolator percolator: Fix range queries with date range based on current time. 2017-05-16 13:13:11 +02:00
reindex Add a cluster block that allows to delete indices that are read-only (#24678) 2017-05-16 17:34:37 +02:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Remove Netty logging hack (#24653) 2017-05-12 16:05:13 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00