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

Packages that use org.apache.lucene.facet.old
org.apache.lucene.facet.old Old faceted search API, kept until complements, sampling and partitions are migrated to the new API. 
org.apache.lucene.facet.sampling Facets sampling. 
 

Classes in org.apache.lucene.facet.old used by org.apache.lucene.facet.old
Aggregator
          Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
CountingAggregator
          An Aggregator which updates a counter array with the size of the whole taxonomy, counting the number of times each category appears in the given set of documents.
OldFacetsAccumulator
          A FacetsAccumulator which supports partitions, sampling and complement counting.
ScoredDocIDs
          Document IDs with scores for each, driving facets accumulation.
ScoredDocIDsIterator
          Iterator over document IDs and their scores.
 

Classes in org.apache.lucene.facet.old used by org.apache.lucene.facet.sampling
OldFacetsAccumulator
          A FacetsAccumulator which supports partitions, sampling and complement counting.
ScoredDocIDs
          Document IDs with scores for each, driving facets accumulation.
 



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