Uses of Class
org.apache.lucene.facet.search.FacetsCollector.MatchingDocs

Packages that use FacetsCollector.MatchingDocs
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
org.apache.lucene.facet.range Code to compute facets for numeric ranges. 
org.apache.lucene.facet.search Facets search code. 
org.apache.lucene.facet.sortedset Classes to perform faceting without a separate taxonomy index, using on SortedSetDocValuesField. 
 

Uses of FacetsCollector.MatchingDocs in org.apache.lucene.facet.associations
 

Methods in org.apache.lucene.facet.associations with parameters of type FacetsCollector.MatchingDocs
 void SumIntAssociationFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void SumFloatAssociationFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void MultiAssociationsFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 

Uses of FacetsCollector.MatchingDocs in org.apache.lucene.facet.range
 

Method parameters in org.apache.lucene.facet.range with type arguments of type FacetsCollector.MatchingDocs
 List<FacetResult> RangeFacetsAccumulatorWrapper.accumulate(List<FacetsCollector.MatchingDocs> matchingDocs)
           
 List<FacetResult> RangeAccumulator.accumulate(List<FacetsCollector.MatchingDocs> matchingDocs)
           
 

Uses of FacetsCollector.MatchingDocs in org.apache.lucene.facet.search
 

Fields in org.apache.lucene.facet.search with type parameters of type FacetsCollector.MatchingDocs
protected  List<FacetsCollector.MatchingDocs> FacetsCollector.matchingDocs
           
 

Methods in org.apache.lucene.facet.search that return types with arguments of type FacetsCollector.MatchingDocs
 List<FacetsCollector.MatchingDocs> FacetsCollector.getMatchingDocs()
          Returns the documents matched by the query, one FacetsCollector.MatchingDocs per visited segment.
 

Methods in org.apache.lucene.facet.search with parameters of type FacetsCollector.MatchingDocs
 void SumScoreFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void PerCategoryListAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
abstract  void IntRollupFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void FastCountingFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void FacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
          Aggregate the facets found in the given matching documents.
 void CountingFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void CachedOrdsCountingFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 

Method parameters in org.apache.lucene.facet.search with type arguments of type FacetsCollector.MatchingDocs
 List<FacetResult> StandardFacetsAccumulator.accumulate(List<FacetsCollector.MatchingDocs> matchingDocs)
           
 List<FacetResult> FacetsAccumulator.accumulate(List<FacetsCollector.MatchingDocs> matchingDocs)
          Used by FacetsCollector to build the list of facet results that match the facet requests that were given in the constructor.
 

Constructor parameters in org.apache.lucene.facet.search with type arguments of type FacetsCollector.MatchingDocs
MatchingDocsAsScoredDocIDs(List<FacetsCollector.MatchingDocs> matchingDocs)
           
 

Uses of FacetsCollector.MatchingDocs in org.apache.lucene.facet.sortedset
 

Method parameters in org.apache.lucene.facet.sortedset with type arguments of type FacetsCollector.MatchingDocs
 List<FacetResult> SortedSetDocValuesAccumulator.accumulate(List<FacetsCollector.MatchingDocs> matchingDocs)
           
 



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