Class ContextAccumulatingFilter
- java.lang.Object
-
- org.apache.lucene.util.AttributeSource
-
- org.apache.lucene.analysis.TokenStream
-
- org.apache.lucene.analysis.TokenFilter
-
- org.apache.lucene.analysis.minhash.ContextAccumulatingFilter
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class ContextAccumulatingFilter extends org.apache.lucene.analysis.TokenFilter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContextAccumulatingFilter(org.apache.lucene.analysis.TokenStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidend()booleanincrementToken()-
Methods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
-
-
-
-
Method Detail
-
incrementToken
public final boolean incrementToken() throws java.io.IOException- Specified by:
incrementTokenin classorg.apache.lucene.analysis.TokenStream- Throws:
java.io.IOException
-
end
public void end() throws java.io.IOException- Overrides:
endin classorg.apache.lucene.analysis.TokenFilter- Throws:
java.io.IOException
-
-