public abstract class AbstractTokenFilterFactory extends AbstractIndexComponent implements TokenFilterFactory
Modifier and Type | Field and Description |
---|---|
protected org.apache.lucene.util.Version |
version |
deprecationLogger, indexSettings, logger
Constructor and Description |
---|
AbstractTokenFilterFactory(IndexSettings indexSettings,
java.lang.String name,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name() |
org.apache.lucene.util.Version |
version() |
getIndexSettings, index
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public AbstractTokenFilterFactory(IndexSettings indexSettings, java.lang.String name, Settings settings)
public java.lang.String name()
name
in interface TokenFilterFactory
public final org.apache.lucene.util.Version version()