OpenSearch/modules/analysis-common/src
Nik Everett 7c3efb829b Move char filters into analysis-common (#24261)
Another step down the road to dropping the
lucene-analyzers-common dependency from core.

Note that this removes some tests that no longer compile from
core. I played around with adding them to the analysis-common
module where they would compile but we already test these in
the tests generated from the example usage in the documentation.

I'm not super happy with the way that `requriesAnalysisSettings`
works with regards to plugins. I think it'd be fairly bug-prone
for plugin authors to use. But I'm making it visible as is for
now and I'll rethink later.

A part of #23658
2017-04-26 13:25:34 -04:00
..
main/java/org/elasticsearch Move char filters into analysis-common (#24261) 2017-04-26 13:25:34 -04:00
test Move char filters into analysis-common (#24261) 2017-04-26 13:25:34 -04:00