public abstract class AbstractCompoundWordTokenFilterFactory extends AbstractTokenFilterFactory
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxSubwordSize |
protected int |
minSubwordSize |
protected int |
minWordSize |
protected boolean |
onlyLongestMatch |
protected org.apache.lucene.analysis.util.CharArraySet |
wordList |
versioncomponentSettings, index, indexSettings, logger| Constructor and Description |
|---|
AbstractCompoundWordTokenFilterFactory(Index index,
Settings indexSettings,
Environment env,
String name,
Settings settings) |
name, versionindex, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateprotected final int minWordSize
protected final int minSubwordSize
protected final int maxSubwordSize
protected final boolean onlyLongestMatch
protected final org.apache.lucene.analysis.util.CharArraySet wordList
@Inject public AbstractCompoundWordTokenFilterFactory(Index index, @IndexSettings Settings indexSettings, Environment env, String name, Settings settings)
Copyright © 2009–2016. All rights reserved.