public abstract class AbstractTokenizerFactory extends AbstractIndexComponent implements TokenizerFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.util.Version |
version |
deprecationLogger, 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, indexSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic String name()
name in interface TokenizerFactorypublic final org.apache.lucene.util.Version version()
Copyright © 2009–2016. All rights reserved.