Uses of Interface
org.apache.lucene.facet.search.CategoryListIterator
-
Packages that use CategoryListIterator Package Description org.apache.lucene.facet.index.params Indexing-time specifications for handling facetsorg.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.cache Caching to speed up facets accumulation.org.apache.lucene.facet.search.params Parameters for Faceted Searchorg.apache.lucene.facet.util Various utilities for faceted search -
-
Uses of CategoryListIterator in org.apache.lucene.facet.index.params
Methods in org.apache.lucene.facet.index.params that return CategoryListIterator Modifier and Type Method Description CategoryListIterator
CategoryListParams. createCategoryListIterator(org.apache.lucene.index.IndexReader reader, int partition)
Create the category list iterator for the specified partition. -
Uses of CategoryListIterator in org.apache.lucene.facet.search
Classes in org.apache.lucene.facet.search that implement CategoryListIterator Modifier and Type Class Description class
PayloadIntDecodingIterator
A payload deserializer comes with its own working space (buffer).Methods in org.apache.lucene.facet.search that return types with arguments of type CategoryListIterator Modifier and Type Method Description protected HashMap<CategoryListIterator,Aggregator>
StandardFacetsAccumulator. getCategoryListMap(FacetArrays facetArrays, int partition)
-
Uses of CategoryListIterator in org.apache.lucene.facet.search.cache
Methods in org.apache.lucene.facet.search.cache that return CategoryListIterator Modifier and Type Method Description CategoryListIterator
CategoryListData. iterator(int partition)
Iterate on the category list data for the specified partition. -
Uses of CategoryListIterator in org.apache.lucene.facet.search.params
Methods in org.apache.lucene.facet.search.params that return CategoryListIterator Modifier and Type Method Description CategoryListIterator
FacetRequest. createCategoryListIterator(org.apache.lucene.index.IndexReader reader, TaxonomyReader taxo, FacetSearchParams sParams, int partition)
Create the category list iterator for the specified partition. -
Uses of CategoryListIterator in org.apache.lucene.facet.util
Classes in org.apache.lucene.facet.util that implement CategoryListIterator Modifier and Type Class Description class
MultiCategoryListIterator
Iterates over multipleCategoryListIterator
s, consuming the provided iterators in order.Constructors in org.apache.lucene.facet.util with parameters of type CategoryListIterator Constructor Description MultiCategoryListIterator(CategoryListIterator... iterators)
Receives the iterators to iterate on
-