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.old Old faceted search API, kept until complements, sampling and partitions are migrated to the new API. 
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 SumFloatAssociationFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void SumIntAssociationFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 

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

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

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

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> 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 FacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
          Aggregate the facets found in the given matching documents.
abstract  void IntRollupFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void MultiFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void CachedOrdsCountingFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void PerCategoryListAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void FastCountingFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void SumScoreFacetsAggregator.aggregate(FacetsCollector.MatchingDocs matchingDocs, CategoryListParams clp, FacetArrays facetArrays)
           
 void CountingFacetsAggregator.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> TaxonomyFacetsAccumulator.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.
abstract  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.
 List<FacetResult> MultiFacetsAccumulator.accumulate(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.