org.apache.lucene.analysis.standard
public final class StandardFilter extends TokenFilter
StandardTokenizer
.input
Constructor and Description |
---|
StandardFilter(TokenStream in)
Construct filtering in.
|
Modifier and Type | Method and Description |
---|---|
Token |
next(Token result)
Returns the next token in the stream, or null at EOS.
|
close
next, reset
public StandardFilter(TokenStream in)
public final Token next(Token result) throws IOException
Removes 's from the end of words.
Removes dots from acronyms.
next
in class TokenStream
result
- a Token that may or may not be used to returnIOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.