public final class StandardFilter extends TokenFilter
StandardTokenizer.AttributeSource.AttributeFactory, AttributeSource.Stateinput| Constructor and Description |
|---|
StandardFilter(TokenStream in)
Construct filtering in.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken()
Returns the next token in the stream, or null at EOS.
|
close, end, resetgetOnlyUseNewAPI, next, next, setOnlyUseNewAPIaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toStringpublic StandardFilter(TokenStream in)
public final boolean incrementToken()
throws IOException
Removes 's from the end of words.
Removes dots from acronyms.
incrementToken in class TokenStreamNote that this method will be defined abstract in Lucene 3.0.
IOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.