org.apache.lucene.analysis
abstract public class: TokenFilter [javadoc |
source]
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
All Implemented Interfaces:
Closeable
A TokenFilter is a TokenStream whose input is another TokenStream.
This is an abstract class; subclasses must override #incrementToken() .
Field Summary |
---|
protected final TokenStream | input | The source of tokens for this filter. |
Method from org.apache.lucene.analysis.TokenFilter Summary: |
---|
close, end, reset |
Methods from org.apache.lucene.util.AttributeSource: |
---|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |