OpenSearch/plugins/analysis-kuromoji/src
Simon Willnauer aa38d053d7 Simplify Analysis registration and configuration
This change moves all the analysis component registration to the node level
and removes the significant API overhead to register tokenfilter, tokenizer,
charfilter and analyzer. All registration is done without guice interaction such
that real factories via functional interfaces are passed instead of class objects
that are instantiated at runtime.

This change also hides the internal analyzer caching that was done previously in the
IndicesAnalysisService entirely and decouples all analysis registration and creation
from dependency injection.
2015-10-30 11:40:18 +01:00
..
main/java/org/elasticsearch Simplify Analysis registration and configuration 2015-10-30 11:40:18 +01:00
test Simplify Analysis registration and configuration 2015-10-30 11:40:18 +01:00