OpenSearch/buildSrc
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
..
src Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Build: remove progress logger hack for gradle 2.13 (#23679) 2017-03-21 23:32:40 -07:00
version.properties Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00