org.apache.lucene.analysis.cn
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() |
close
next, reset
public static final String[] STOP_WORDS
public ChineseFilter(TokenStream in)
public final Token next() throws IOException
next
in class TokenStream
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.