|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sampler | |
|---|---|
| org.apache.lucene.facet.search | Faceted Search API |
| org.apache.lucene.facet.search.sampling | Sampling for facets accumulation |
| Uses of Sampler in org.apache.lucene.facet.search |
|---|
| Methods in org.apache.lucene.facet.search that return Sampler | |
|---|---|
Sampler |
AdaptiveFacetsAccumulator.getSampler()
|
| Methods in org.apache.lucene.facet.search with parameters of type Sampler | |
|---|---|
void |
AdaptiveFacetsAccumulator.setSampler(Sampler sampler)
Set the sampler. |
| Constructors in org.apache.lucene.facet.search with parameters of type Sampler | |
|---|---|
SamplingWrapper(FacetsAccumulator delegee,
Sampler sampler)
|
|
| Uses of Sampler in org.apache.lucene.facet.search.sampling |
|---|
| Subclasses of Sampler in org.apache.lucene.facet.search.sampling | |
|---|---|
class |
RandomSampler
Simple random sampler |
class |
RepeatableSampler
Take random samples of large collections. |
| Constructors in org.apache.lucene.facet.search.sampling with parameters of type Sampler | |
|---|---|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader)
Constructor... |
|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader,
IntArrayAllocator intArrayAllocator,
FloatArrayAllocator floatArrayAllocator)
Constructor... |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||