public final class ChineseFilter extends TokenFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
STOP_WORDS |
input
Constructor and Description |
---|
ChineseFilter(TokenStream in) |
Modifier and Type | Method and Description |
---|---|
Token |
next(Token reusableToken) |
close, reset
next
public ChineseFilter(TokenStream in)
public final Token next(Token reusableToken) throws java.io.IOException
next
in class TokenStream
java.io.IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.