Package org.elasticsearch.index.analysis
Class StandardTokenizerFactory
- java.lang.Object
-
- org.elasticsearch.index.AbstractIndexComponent
-
- org.elasticsearch.index.analysis.AbstractTokenizerFactory
-
- org.elasticsearch.index.analysis.StandardTokenizerFactory
-
- All Implemented Interfaces:
TokenizerFactory,IndexComponent
public class StandardTokenizerFactory extends AbstractTokenizerFactory
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.index.analysis.AbstractTokenizerFactory
version
-
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
deprecationLogger, indexSettings, logger
-
-
Constructor Summary
Constructors Constructor Description StandardTokenizerFactory(IndexSettings indexSettings, Environment environment, String name, Settings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tokenizercreate()-
Methods inherited from class org.elasticsearch.index.analysis.AbstractTokenizerFactory
name, version
-
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
getIndexSettings, index
-
-
-
-
Constructor Detail
-
StandardTokenizerFactory
public StandardTokenizerFactory(IndexSettings indexSettings, Environment environment, String name, Settings settings)
-
-
Method Detail
-
create
public Tokenizer create()
-
-