Uses of Package
org.apache.lucene.facet.search

Packages that use org.apache.lucene.facet.search
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 Caching to speed up facets accumulation. 
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.apache.lucene.facet.search.params.associations Association-based Parameters for Faceted Search. 
org.apache.lucene.facet.search.sampling Sampling for facets accumulation 
org.apache.lucene.facet.util Various utilities for faceted search 
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.index.params
CategoryListIterator
          An interface for obtaining the category ordinals of documents.
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.search
ArraysPool
          A thread-safe pool of int[] and float[] arrays.
CategoryListIterator
          An interface for obtaining the category ordinals of documents.
FacetArrays
          Provider of arrays used for facets aggregation.
FacetResultsHandler
          Handler for facet results.
FacetsAccumulator
          Driver for Accumulating facets of faceted search requests over given documents.
ScoredDocIdCollector
          A Collector which stores all docIDs and their scores in a ScoredDocIDs instance.
ScoredDocIDs
          Document IDs with scores for each, driving facets accumulation.
ScoredDocIDsIterator
          Iterator over document IDs and their scores.
StandardFacetsAccumulator
          Standard implementation for FacetsAccumulator, utilizing partitions to save on memory.
TopKInEachNodeHandler.AACO
          Maintains an array of AggregatedCategory.
TotalFacetCounts
          Maintain Total Facet Counts per partition, for given parameters: Index reader of an index Taxonomy index reader Facet indexing params (and particularly the category list params) The total facet counts are maintained as an array of arrays of integers, where a separate array is kept for each partition.
TotalFacetCountsCache
          Manage an LRU cache for TotalFacetCounts per index, taxonomy, and facet indexing params.
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.search.cache
CategoryListIterator
          An interface for obtaining the category ordinals of documents.
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.search.params
CategoryListIterator
          An interface for obtaining the category ordinals of documents.
FacetArrays
          Provider of arrays used for facets aggregation.
FacetResultsHandler
          Handler for facet results.
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.search.params.associations
FacetArrays
          Provider of arrays used for facets aggregation.
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.search.sampling
FacetArrays
          Provider of arrays used for facets aggregation.
FacetsAccumulator
          Driver for Accumulating facets of faceted search requests over given documents.
ScoredDocIDs
          Document IDs with scores for each, driving facets accumulation.
StandardFacetsAccumulator
          Standard implementation for FacetsAccumulator, utilizing partitions to save on memory.
 

Classes in org.apache.lucene.facet.search used by org.apache.lucene.facet.util
CategoryListIterator
          An interface for obtaining the category ordinals of documents.
Heap
          Declares an interface for heap (and heap alike) structures, handling a given type T
ScoredDocIDs
          Document IDs with scores for each, driving facets accumulation.
 



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