Uses of Package
org.apache.lucene.facet.index.streaming
-
Packages that use org.apache.lucene.facet.index.streaming Package Description org.apache.lucene.facet.enhancements Enhanced category featuresorg.apache.lucene.facet.enhancements.association Association category enhancementsorg.apache.lucene.facet.index Indexing of document categoriesorg.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
Classes in org.apache.lucene.facet.index.streaming used by org.apache.lucene.facet.enhancements Class Description CategoryAttributesStream An attribute stream built from anIterable
ofCategoryAttribute
.CategoryListTokenizer A base class for category list tokenizers, which add category list tokens to category streams.CategoryTokenizer Basic class for setting theCharTermAttribute
s andPayloadAttribute
s of category tokens.CategoryTokenizerBase A base class for all token filters which add term and payload attributes to tokens and are to be used inCategoryDocumentBuilder
. -
Classes in org.apache.lucene.facet.index.streaming used by org.apache.lucene.facet.enhancements.association Class Description CategoryListTokenizer A base class for category list tokenizers, which add category list tokens to category streams.CategoryTokenizerBase A base class for all token filters which add term and payload attributes to tokens and are to be used inCategoryDocumentBuilder
. -
Classes in org.apache.lucene.facet.index.streaming used by org.apache.lucene.facet.index Class Description CategoryAttributesStream An attribute stream built from anIterable
ofCategoryAttribute
.CategoryListTokenizer A base class for category list tokenizers, which add category list tokens to category streams.CategoryTokenizer Basic class for setting theCharTermAttribute
s andPayloadAttribute
s of category tokens.CountingListTokenizer CategoryListTokenizer
for facet counting -
Classes in org.apache.lucene.facet.index.streaming used by org.apache.lucene.facet.index.streaming Class Description CategoryAttributesStream An attribute stream built from anIterable
ofCategoryAttribute
.CategoryListTokenizer A base class for category list tokenizers, which add category list tokens to category streams.CategoryTokenizerBase A base class for all token filters which add term and payload attributes to tokens and are to be used inCategoryDocumentBuilder
.