Uses of Class
org.apache.lucene.analysis.Tokenizer
-
-
Uses of Tokenizer in org.apache.lucene.analysis
Constructors in org.apache.lucene.analysis with parameters of type Tokenizer Constructor Description TokenStreamComponents(Tokenizer tokenizer)Creates a newAnalyzer.TokenStreamComponentsfrom a TokenizerTokenStreamComponents(Tokenizer tokenizer, TokenStream result)Creates a newAnalyzer.TokenStreamComponentsinstance -
Uses of Tokenizer in org.apache.lucene.analysis.core
Subclasses of Tokenizer in org.apache.lucene.analysis.core Modifier and Type Class Description classKeywordTokenizerEmits the entire input as a single token.classLetterTokenizerA LetterTokenizer is a tokenizer that divides text at non-letters.classWhitespaceTokenizerA tokenizer that divides text at whitespace characters as defined byCharacter.isWhitespace(int). -
Uses of Tokenizer in org.apache.lucene.analysis.standard
Subclasses of Tokenizer in org.apache.lucene.analysis.standard Modifier and Type Class Description classClassicTokenizerA grammar-based tokenizer constructed with JFlexclassStandardTokenizerA grammar-based tokenizer constructed with JFlex. -
Uses of Tokenizer in org.apache.lucene.analysis.util
Subclasses of Tokenizer in org.apache.lucene.analysis.util Modifier and Type Class Description classCharTokenizerAn abstract base class for simple, character-oriented tokenizers.Methods in org.apache.lucene.analysis.util that return Tokenizer Modifier and Type Method Description TokenizerTokenizerFactory. create()Creates a TokenStream of the specified input using the default attribute factory.abstract TokenizerTokenizerFactory. create(AttributeFactory factory)Creates a TokenStream of the specified input using the given AttributeFactory -
Uses of Tokenizer in org.elasticsearch.index.analysis
Methods in org.elasticsearch.index.analysis that return Tokenizer Modifier and Type Method Description TokenizerStandardTokenizerFactory. create()TokenizerTokenizerFactory. create()Method parameters in org.elasticsearch.index.analysis with type arguments of type Tokenizer Modifier and Type Method Description static PreConfiguredTokenizerPreConfiguredTokenizer. elasticsearchVersion(String name, Function<Version,Tokenizer> create)Create a pre-configured tokenizer that may vary based on the Elasticsearch version.static PreConfiguredTokenizerPreConfiguredTokenizer. luceneVersion(String name, Function<Version,Tokenizer> create)Create a pre-configured tokenizer that may vary based on the Lucene version.static TokenizerFactoryTokenizerFactory. newFactory(String name, Supplier<Tokenizer> supplier)static PreConfiguredTokenizerPreConfiguredTokenizer. singleton(String name, Supplier<Tokenizer> create)Create a pre-configured tokenizer that may not vary at all. -
Uses of Tokenizer in org.elasticsearch.indices.analysis
Methods in org.elasticsearch.indices.analysis that return Tokenizer Modifier and Type Method Description protected abstract TokenizerPreBuiltTokenizers. create(Version version)
-