Uses of Class
org.apache.lucene.analysis.util.TokenizerFactory
-
Packages that use TokenizerFactory Package Description org.apache.lucene.analysis.util -
-
Uses of TokenizerFactory in org.apache.lucene.analysis.util
Methods in org.apache.lucene.analysis.util that return TokenizerFactory Modifier and Type Method Description static TokenizerFactoryTokenizerFactory. forName(String name, Map<String,String> args)looks up a tokenizer by name from context classpathMethods in org.apache.lucene.analysis.util that return types with arguments of type TokenizerFactory Modifier and Type Method Description static Class<? extends TokenizerFactory>TokenizerFactory. lookupClass(String name)looks up a tokenizer class by name from context classpathMethod parameters in org.apache.lucene.analysis.util with type arguments of type TokenizerFactory Modifier and Type Method Description static StringTokenizerFactory. findSPIName(Class<? extends TokenizerFactory> serviceClass)looks up a SPI name for the specified tokenizer factory
-