Package org.apache.lucene.facet.old

Old faceted search API, kept until complements, sampling and partitions are migrated to the new API.

See:
          Description

Interface Summary
Aggregator Aggregates the categories of documents given to Aggregator.aggregate(int, float, IntsRef).
ScoredDocIDs Document IDs with scores for each, driving facets accumulation.
ScoredDocIDsIterator Iterator over document IDs and their scores.
 

Class Summary
AdaptiveFacetsAccumulator FacetsAccumulator whose behavior regarding complements, sampling, etc.
ComplementCountingAggregator A CountingAggregator used during complement counting.
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.
MatchingDocsAsScoredDocIDs Represents FacetsCollector.MatchingDocs as ScoredDocIDs.
OldFacetsAccumulator A FacetsAccumulator which supports partitions, sampling and complement counting.
ScoredDocIdsUtils Utility methods for Scored Doc IDs.
ScoringAggregator An Aggregator which updates the weight of a category according to the scores of the documents it was found in.
 

Package org.apache.lucene.facet.old Description

Old faceted search API, kept until complements, sampling and partitions are migrated to the new API.



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