Uses of Class
org.apache.lucene.facet.search.TaxonomyFacetsAccumulator

Packages that use TaxonomyFacetsAccumulator
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. 
 

Uses of TaxonomyFacetsAccumulator in org.apache.lucene.facet.old
 

Subclasses of TaxonomyFacetsAccumulator in org.apache.lucene.facet.old
 class AdaptiveFacetsAccumulator
          FacetsAccumulator whose behavior regarding complements, sampling, etc.
 class OldFacetsAccumulator
          A FacetsAccumulator which supports partitions, sampling and complement counting.
 

Uses of TaxonomyFacetsAccumulator in org.apache.lucene.facet.sampling
 

Subclasses of TaxonomyFacetsAccumulator in org.apache.lucene.facet.sampling
 class SamplingAccumulator
          Facets accumulation with sampling.
 class SamplingWrapper
          Wrap any Facets Accumulator with sampling.
 



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