Uses of Interface
org.apache.lucene.facet.search.CategoryListIterator

Packages that use CategoryListIterator
org.apache.lucene.facet.index.params Indexing-time specifications for handling facets 
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.facet.search.cache   
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.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
 CategoryListIterator CategoryListParams.createCategoryListIterator(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
 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
protected  HashMap<CategoryListIterator,Aggregator> StandardFacetsAccumulator.getCategoryListMap(FacetArrays facetArrays, int partition)
          Create an Aggregator and a CategoryListIterator for each and every FacetRequest.
 

Uses of CategoryListIterator in org.apache.lucene.facet.search.cache
 

Methods in org.apache.lucene.facet.search.cache that return CategoryListIterator
 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
 CategoryListIterator FacetRequest.createCategoryListIterator(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
 class MultiCategoryListIterator
          Iterates over multiple CategoryListIterators, consuming the provided iterators in order.
 

Constructors in org.apache.lucene.facet.util with parameters of type CategoryListIterator
MultiCategoryListIterator(CategoryListIterator... iterators)
          Receives the iterators to iterate on
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.