public final class JapanesePartOfSpeechStopFilter
extends org.apache.lucene.analysis.FilteringTokenFilter
Constructor and Description |
---|
JapanesePartOfSpeechStopFilter(boolean enablePositionIncrements,
org.apache.lucene.analysis.TokenStream input,
Set<String> stopTags) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accept() |
getEnablePositionIncrements, incrementToken, reset, setEnablePositionIncrements
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
protected boolean accept() throws IOException
accept
in class org.apache.lucene.analysis.FilteringTokenFilter
IOException