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, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic AbstractTokenizerFactory(Index index, @IndexSettings Settings indexSettings, String name, Settings settings)
public String name()
name in interface TokenizerFactorypublic final org.apache.lucene.util.Version version()
Copyright © 2009–2016. All rights reserved.