Uses of Class
org.apache.lucene.facet.sampling.SampleFixer

Packages that use SampleFixer
org.apache.lucene.facet.sampling Facets sampling. 
 

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

Subclasses of SampleFixer in org.apache.lucene.facet.sampling
 class TakmiSampleFixer
          Fix sampling results by correct results, by counting the intersection between two lists: a TermDocs (list of documents in a certain category) and a DocIdSetIterator (list of documents matching the query).
 

Methods in org.apache.lucene.facet.sampling that return SampleFixer
 SampleFixer SamplingParams.getSampleFixer()
           
 

Methods in org.apache.lucene.facet.sampling with parameters of type SampleFixer
 void SamplingParams.setSampleFixer(SampleFixer sampleFixer)
          Set a SampleFixer to be used while fixing the sampled results.
 



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