Closeable
, AutoCloseable
@Deprecated public final class ChineseFilter extends org.apache.lucene.analysis.TokenFilter
StopFilter
instead, which has the same functionality.
This filter will be removed in Lucene 5.0TokenFilter
with a stop word table.
Modifier and Type | Field | Description |
---|---|---|
static String[] |
STOP_WORDS |
Deprecated.
|
Constructor | Description |
---|---|
ChineseFilter(org.apache.lucene.analysis.TokenStream in) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
incrementToken() |
Deprecated.
|
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(org.apache.lucene.analysis.TokenStream in)
public boolean incrementToken() throws IOException
incrementToken
in class org.apache.lucene.analysis.TokenStream
IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.