org.apache.lucene.analysis.standard
Class StandardFilter
- StandardTokenizerConstants
public final class StandardFilter
ACRONYM , ALPHA , ALPHANUM , APOSTROPHE , CJ , COMPANY , DEFAULT , DIGIT , EMAIL , EOF , HAS_DIGIT , HOST , KOREAN , LETTER , NOISE , NUM , P , tokenImage |
Token | next() - Returns the next token in the stream, or null at EOS.
|
StandardFilter
public StandardFilter(TokenStream in)
Construct filtering in.
next
public final Token next()
throws IOException
Returns the next token in the stream, or null at EOS.
Removes
's from the end of words.
Removes dots from acronyms.
- next in interface TokenStream
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.