OpenSearch/modules/analysis-common
Nik Everett ecc87f613f Move pre-configured "keyword" tokenizer to the analysis-common module (#24863)
Moves the keyword tokenizer to the analysis-common module. The keyword tokenizer is special because it is used by CustomNormalizerProvider so I pulled it out into its own PR. To get the move to work I've reworked the lookup from static to one using the AnalysisRegistry. This seems safe enough.

Part of #23658.
2017-06-16 11:48:15 -04:00
..
src Move pre-configured "keyword" tokenizer to the analysis-common module (#24863) 2017-06-16 11:48:15 -04:00
build.gradle Start building analysis-common module (#23614) 2017-04-19 18:51:34 -04:00