| Package | Description | 
|---|---|
| org.apache.lucene.facet.sampling | 
 Facets sampling. 
 | 
| org.apache.lucene.facet.search | 
 Facets search code. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RandomSampler
Simple random sampler 
 | 
class  | 
RepeatableSampler
Take random samples of large collections. 
 | 
| Constructor and Description | 
|---|
SamplingAccumulator(Sampler sampler,
                   FacetSearchParams searchParams,
                   IndexReader indexReader,
                   TaxonomyReader taxonomyReader)
Constructor... 
 | 
SamplingAccumulator(Sampler sampler,
                   FacetSearchParams searchParams,
                   IndexReader indexReader,
                   TaxonomyReader taxonomyReader,
                   FacetArrays facetArrays)  | 
SamplingWrapper(StandardFacetsAccumulator delegee,
               Sampler sampler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Sampler | 
AdaptiveFacetsAccumulator.getSampler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdaptiveFacetsAccumulator.setSampler(Sampler sampler)
Set the sampler. 
 | 
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.