StopFilter
instead, which has the same functionality.
This filter will be removed in Lucene 5.0@Deprecated public final class ChineseFilter extends TokenFilter
TokenFilter
with a stop word table.
AttributeSource.State
Modifier and Type | Field and Description |
---|---|
static String[] |
STOP_WORDS
Deprecated.
|
input
DEFAULT_TOKEN_ATTRIBUTE_FACTORY
DEFAULT_ATTRIBUTE_FACTORY
Constructor and Description |
---|
ChineseFilter(TokenStream in)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
incrementToken()
Deprecated.
|
close, end, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public static final String[] STOP_WORDS
public ChineseFilter(TokenStream in)
public boolean incrementToken() throws IOException
incrementToken
in class TokenStream
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.