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 IOException
IOExceptionprotected void handleEndOfInput()
throws IOException
IOExceptionpublic void reset()
throws IOException
reset in class org.apache.lucene.analysis.TokenFilterIOExceptionpublic abstract boolean incrementToken()
throws IOException
incrementToken in class CategoryTokenizerBaseIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.