Java org.apache.lucene.analysis.util TokenizerFactory fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.util TokenizerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.util TokenizerFactory.

The text is from its open source code.

Subclass

org.apache.lucene.analysis.util.TokenizerFactory has subclasses.
Click this link to see all its subclasses.

Method

SetavailableTokenizers()
returns a list of all available tokenizer names from context classpath
Tokenizercreate(AttributeFactory factory)
Creates a TokenStream of the specified input using the given AttributeFactory
Tokenizercreate()
Creates a TokenStream of the specified input using the default attribute factory.
TokenizerFactoryforName(String name, Map args)
looks up a tokenizer by name from context classpath
StringgetClassArg()
MapgetOriginalArgs()
booleanisExplicitLuceneMatchVersion()
ClasslookupClass(String name)
looks up a tokenizer class by name from context classpath
voidreloadTokenizers(ClassLoader classloader)
Reloads the factory list from the given ClassLoader .