public abstract class CategoryListTokenizer extends CategoryTokenizerBase
categoryAttribute, indexingParams, payload, payloadAttribute, termAttribute
Constructor and Description |
---|
CategoryListTokenizer(org.apache.lucene.analysis.TokenStream input,
FacetIndexingParams indexingParams) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleEndOfInput()
A method invoked once when the input stream ends, for subclass-specific
processing.
|
protected void |
handleStartOfInput()
A method invoked once when the input stream begins, for subclass-specific
processing.
|
abstract boolean |
incrementToken() |
void |
reset() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public CategoryListTokenizer(org.apache.lucene.analysis.TokenStream input, FacetIndexingParams indexingParams)
protected void handleStartOfInput() throws java.io.IOException
java.io.IOException
protected void handleEndOfInput() throws java.io.IOException
java.io.IOException
public void reset() throws java.io.IOException
reset
in class org.apache.lucene.analysis.TokenFilter
java.io.IOException
public abstract boolean incrementToken() throws java.io.IOException
incrementToken
in class CategoryTokenizerBase
java.io.IOException
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.