Uses of Class
org.apache.lucene.facet.index.streaming.CategoryAttributesStream
-
Packages that use CategoryAttributesStream Package Description org.apache.lucene.facet.enhancements Enhanced category featuresorg.apache.lucene.facet.index Indexing of document categoriesorg.apache.lucene.facet.index.streaming Expert: attributes streaming definition for indexing facets -
-
Uses of CategoryAttributesStream in org.apache.lucene.facet.enhancements
Methods in org.apache.lucene.facet.enhancements with parameters of type CategoryAttributesStream Modifier and Type Method Description protected org.apache.lucene.analysis.TokenStreamEnhancementsDocumentBuilder. getParentsStream(CategoryAttributesStream categoryAttributesStream) -
Uses of CategoryAttributesStream in org.apache.lucene.facet.index
Methods in org.apache.lucene.facet.index with parameters of type CategoryAttributesStream Modifier and Type Method Description protected org.apache.lucene.analysis.TokenStreamCategoryDocumentBuilder. getParentsStream(CategoryAttributesStream categoryAttributesStream)Get a stream of categories which includes the parents, according to policies defined in indexing parameters. -
Uses of CategoryAttributesStream in org.apache.lucene.facet.index.streaming
Constructors in org.apache.lucene.facet.index.streaming with parameters of type CategoryAttributesStream Constructor Description CategoryParentsStream(CategoryAttributesStream input, TaxonomyWriter taxonomyWriter, FacetIndexingParams indexingParams)Constructor.
-