Uses of Class
org.apache.lucene.facet.old.OldFacetsAccumulator

Packages that use OldFacetsAccumulator
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 OldFacetsAccumulator in org.apache.lucene.facet.old
 

Subclasses of OldFacetsAccumulator in org.apache.lucene.facet.old
 class AdaptiveFacetsAccumulator
          FacetsAccumulator whose behavior regarding complements, sampling, etc.
 

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

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

Constructors in org.apache.lucene.facet.sampling with parameters of type OldFacetsAccumulator
SamplingWrapper(OldFacetsAccumulator delegee, Sampler sampler)
           
 



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