public abstract class AbstractTokenFilterFactory extends AbstractIndexComponent implements TokenFilterFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.util.Version |
version |
deprecationLogger, index, indexSettings, logger| Constructor and Description |
|---|
AbstractTokenFilterFactory(Index index,
Settings indexSettings,
String name,
Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
org.apache.lucene.util.Version |
version() |
index, indexSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic String name()
name in interface TokenFilterFactorypublic final org.apache.lucene.util.Version version()
Copyright © 2009–2017. All rights reserved.