org.apache.lucene.analysis.standard

Class StandardFilter

public final class StandardFilter extends TokenFilter implements StandardTokenizerConstants

Normalizes tokens extracted with {@link StandardTokenizer}.
Constructor Summary
StandardFilter(TokenStream in)
Construct filtering in.
Method Summary
Tokennext()
Returns the next token in the stream, or null at EOS.

Constructor Detail

StandardFilter

public StandardFilter(TokenStream in)
Construct filtering in.

Method Detail

next

public final Token next()
Returns the next token in the stream, or null at EOS.

Removes 's from the end of words.

Removes dots from acronyms.

Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.