OpenSearch/modules
Nik Everett caf376c8af Start building analysis-common module (#23614)
Start moving built in analysis components into the new analysis-common
module. The goal of this project is:
1. Remove core's dependency on lucene-analyzers-common.jar which should
shrink the dependencies for transport client and high level rest client.
2. Prove that analysis plugins can do all the "built in" things by moving all
"built in" behavior to a plugin.
3. Force tests not to depend on any oddball analyzer behavior. If tests
need anything more than the standard analyzer they can use the mock
analyzer provided by Lucene's test infrastructure.
2017-04-19 18:51:34 -04:00
..
aggs-matrix-stats Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
analysis-common Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00
ingest-common Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
lang-expression Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
lang-mustache Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
lang-painless Painless: more testing for script_stack (#24168) 2017-04-18 22:52:59 -04:00
percolator Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
reindex Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00