public final class ChineseFilter extends TokenFilter
| Modifier and Type | Field and Description |
|---|---|
static String[] |
STOP_WORDS |
input| Constructor and Description |
|---|
ChineseFilter(TokenStream in) |
| Modifier and Type | Method and Description |
|---|---|
Token |
next()
Returns the next token in the stream, or null at EOS.
|
closepublic static final String[] STOP_WORDS
public ChineseFilter(TokenStream in)
public final Token next() throws IOException
TokenStreamnext in class TokenStreamIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.