Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » analysis » standard » [javadoc | source]
org.apache.lucene.analysis.standard
public final class: StandardFilter [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.TokenStream
      org.apache.lucene.analysis.TokenFilter
         org.apache.lucene.analysis.standard.StandardFilter
Normalizes tokens extracted with StandardTokenizer .
Fields inherited from org.apache.lucene.analysis.TokenFilter:
input
Constructor:
 public StandardFilter(TokenStream in) 
    Construct filtering in.
Method from org.apache.lucene.analysis.standard.StandardFilter Summary:
next
Methods from org.apache.lucene.analysis.TokenFilter:
close
Methods from org.apache.lucene.analysis.TokenStream:
close,   next,   next,   reset
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.analysis.standard.StandardFilter Detail:
 public final Token next(Token result) throws IOException 
    Returns the next token in the stream, or null at EOS.

    Removes 's from the end of words.

    Removes dots from acronyms.