org.apache.lucene.facet.index.streaming
Class CategoryTokenizer
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.facet.index.streaming.CategoryTokenizerBase
org.apache.lucene.facet.index.streaming.CategoryTokenizer
- All Implemented Interfaces:
- Closeable
- Direct Known Subclasses:
- EnhancementsCategoryTokenizer
public class CategoryTokenizer
- extends CategoryTokenizerBase
Basic class for setting the CharTermAttribute
s and
PayloadAttribute
s of category tokens.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class org.apache.lucene.util.AttributeSource |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState |
CategoryTokenizer
public CategoryTokenizer(TokenStream input,
FacetIndexingParams indexingParams)
- See Also:
CategoryTokenizerBase.CategoryTokenizerBase(TokenStream,
FacetIndexingParams)
incrementToken
public final boolean incrementToken()
throws IOException
- Specified by:
incrementToken
in class CategoryTokenizerBase
- Throws:
IOException
setPayload
protected void setPayload()
- Set the payload of the current category token.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.