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 |
version
componentSettings, index, indexSettings, logger
Constructor and Description |
---|
AbstractCompoundWordTokenFilterFactory(Index index,
Settings indexSettings,
Environment env,
String name,
Settings settings) |
name, version
index, nodeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
protected 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–2015. All rights reserved.