OpenSearch/modules/analysis-common
Nik Everett 65f2717ab7 Make PreConfiguredTokenFilter harder to misuse (#24572)
There are now three public static method to build instances of
PreConfiguredTokenFilter and the ctor is private. I chose static
methods instead of constructors because those allow us to change
out the implementation returned if we so desire.

Relates to #23658
2017-05-10 22:39:43 -04:00
..
src Make PreConfiguredTokenFilter harder to misuse (#24572) 2017-05-10 22:39:43 -04:00
build.gradle Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00