Closeable
, AutoCloseable
AssociationListTokenizer
, CountingListTokenizer
public abstract class CategoryListTokenizer extends CategoryTokenizerBase
categoryAttribute, indexingParams, payload, payloadAttribute, termAttribute
Constructor | Description |
---|---|
CategoryListTokenizer(org.apache.lucene.analysis.TokenStream input,
FacetIndexingParams indexingParams) |
Modifier and Type | Method | 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 IOException
IOException
protected void handleEndOfInput() throws IOException
IOException
public void reset() throws IOException
reset
in class org.apache.lucene.analysis.TokenFilter
IOException
public abstract boolean incrementToken() throws IOException
incrementToken
in class CategoryTokenizerBase
IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.