public final class StandardFilter extends TokenFilter
StandardTokenizer
.AttributeSource.AttributeFactory, AttributeSource.State
input
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, reset
getOnlyUseNewAPI, next, next, setOnlyUseNewAPI
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString
public StandardFilter(TokenStream in)
public final boolean incrementToken() throws java.io.IOException
Removes 's from the end of words.
Removes dots from acronyms.
incrementToken
in class TokenStream
Note that this method will be defined abstract in Lucene 3.0.
java.io.IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.