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, toStringpublic CategoryListTokenizer(org.apache.lucene.analysis.TokenStream input,
FacetIndexingParams indexingParams)
protected void handleStartOfInput()
throws java.io.IOException
java.io.IOExceptionprotected void handleEndOfInput()
throws java.io.IOException
java.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class org.apache.lucene.analysis.TokenFilterjava.io.IOExceptionpublic abstract boolean incrementToken()
throws java.io.IOException
incrementToken in class CategoryTokenizerBasejava.io.IOExceptionCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.