Uses of Interface
org.elasticsearch.index.analysis.TokenizerFactory
-
Packages that use TokenizerFactory Package Description org.elasticsearch.index.analysis org.elasticsearch.plugins -
-
Uses of TokenizerFactory in org.elasticsearch.index.analysis
Classes in org.elasticsearch.index.analysis that implement TokenizerFactory Modifier and Type Class Description classAbstractTokenizerFactoryclassStandardTokenizerFactoryMethods in org.elasticsearch.index.analysis that return TokenizerFactory Modifier and Type Method Description protected TokenizerFactoryPreConfiguredTokenizer. create(Version version)TokenizerFactoryAnalyzerComponents. getTokenizerFactory()static TokenizerFactoryTokenizerFactory. newFactory(String name, Supplier<Tokenizer> supplier)TokenizerFactoryCustomAnalyzer. tokenizerFactory()Methods in org.elasticsearch.index.analysis that return types with arguments of type TokenizerFactory Modifier and Type Method Description Map<String,TokenizerFactory>AnalysisRegistry. buildTokenizerFactories(IndexSettings indexSettings)Methods in org.elasticsearch.index.analysis with parameters of type TokenizerFactory Modifier and Type Method Description voidCustomNormalizerProvider. build(TokenizerFactory tokenizerFactory, Map<String,CharFilterFactory> charFilters, Map<String,TokenFilterFactory> tokenFilters)default TokenFilterFactoryTokenFilterFactory. getChainAwareTokenFilterFactory(TokenizerFactory tokenizer, List<CharFilterFactory> charFilters, List<TokenFilterFactory> previousTokenFilters, Function<String,TokenFilterFactory> allFilters)Rewrite the TokenFilterFactory to take into account the preceding analysis chain, or refer to other TokenFilterFactoriesMethod parameters in org.elasticsearch.index.analysis with type arguments of type TokenizerFactory Modifier and Type Method Description voidReloadableCustomAnalyzer. reload(String name, Settings settings, Map<String,TokenizerFactory> tokenizers, Map<String,CharFilterFactory> charFilters, Map<String,TokenFilterFactory> tokenFilters)Constructors in org.elasticsearch.index.analysis with parameters of type TokenizerFactory Constructor Description CustomAnalyzer(TokenizerFactory tokenizerFactory, CharFilterFactory[] charFilters, TokenFilterFactory[] tokenFilters)CustomAnalyzer(TokenizerFactory tokenizerFactory, CharFilterFactory[] charFilters, TokenFilterFactory[] tokenFilters, int positionIncrementGap, int offsetGap) -
Uses of TokenizerFactory in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type TokenizerFactory Modifier and Type Method Description default Map<String,AnalysisModule.AnalysisProvider<TokenizerFactory>>AnalysisPlugin. getTokenizers()Override to add additionalTokenizers.
-