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 |
versiondeprecationLogger, index, indexSettings, logger| Constructor and Description |
|---|
AbstractCompoundWordTokenFilterFactory(Index index,
Settings indexSettings,
Environment env,
String name,
Settings settings) |
name, versionindex, indexSettingsclone, 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
public AbstractCompoundWordTokenFilterFactory(Index index, Settings indexSettings, Environment env, String name, Settings settings)
Copyright © 2009–2017. All rights reserved.