public abstract class AbstractTokenizerFactory extends AbstractIndexComponent implements TokenizerFactory
Modifier and Type | Field and Description |
---|---|
protected org.apache.lucene.util.Version |
version |
componentSettings, index, indexSettings, logger
Constructor and Description |
---|
AbstractTokenizerFactory(Index index,
Settings indexSettings,
String name,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
String |
name() |
org.apache.lucene.util.Version |
version() |
index, nodeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public AbstractTokenizerFactory(Index index, @IndexSettings Settings indexSettings, String name, Settings settings)
public String name()
name
in interface TokenizerFactory
public final org.apache.lucene.util.Version version()
Copyright © 2009–2015. All rights reserved.