|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FacetSearchParams | |
---|---|
org.apache.lucene.facet.search | Faceted Search API |
org.apache.lucene.facet.search.params | Parameters for Faceted Search |
org.apache.lucene.facet.search.sampling | Sampling for facets accumulation |
org.apache.lucene.facet.util | Various utilities for faceted search |
Uses of FacetSearchParams in org.apache.lucene.facet.search |
---|
Fields in org.apache.lucene.facet.search declared as FacetSearchParams | |
---|---|
protected FacetSearchParams |
FacetsAccumulator.searchParams
|
Methods in org.apache.lucene.facet.search with parameters of type FacetSearchParams | |
---|---|
protected FacetsAccumulator |
FacetsCollector.initFacetsAccumulator(FacetSearchParams facetSearchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader)
Create the FacetsAccumulator to be used. |
protected ScoredDocIdCollector |
FacetsCollector.initScoredDocCollector(FacetSearchParams facetSearchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader)
Create a ScoredDocIdCollector to be used as the first phase of
the facet collection. |
static Query |
DrillDown.query(FacetSearchParams sParams,
CategoryPath... paths)
Return a query for drilling down into all given categories (AND). |
static Query |
DrillDown.query(FacetSearchParams sParams,
Query baseQuery,
CategoryPath... paths)
Turn a base query into a drilling-down query for all given category paths (AND). |
static Term |
DrillDown.term(FacetSearchParams sParams,
CategoryPath path)
|
Uses of FacetSearchParams in org.apache.lucene.facet.search.params |
---|
Methods in org.apache.lucene.facet.search.params with parameters of type FacetSearchParams | |
---|---|
CategoryListIterator |
FacetRequest.createCategoryListIterator(IndexReader reader,
TaxonomyReader taxo,
FacetSearchParams sParams,
int partition)
Create the category list iterator for the specified partition. |
Uses of FacetSearchParams in org.apache.lucene.facet.search.sampling |
---|
Methods in org.apache.lucene.facet.search.sampling that return FacetSearchParams | |
---|---|
FacetSearchParams |
Sampler.overSampledSearchParams(FacetSearchParams original)
Over-sampled search params, wrapping each request with an over-sampled one. |
Methods in org.apache.lucene.facet.search.sampling with parameters of type FacetSearchParams | |
---|---|
SampleFixer |
Sampler.getSampleFixer(IndexReader indexReader,
TaxonomyReader taxonomyReader,
FacetSearchParams searchParams)
Get a fixer of sample facet accumulation results. |
FacetSearchParams |
Sampler.overSampledSearchParams(FacetSearchParams original)
Over-sampled search params, wrapping each request with an over-sampled one. |
Constructors in org.apache.lucene.facet.search.sampling with parameters of type FacetSearchParams | |
---|---|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader)
Constructor... |
|
SamplingAccumulator(Sampler sampler,
FacetSearchParams searchParams,
IndexReader indexReader,
TaxonomyReader taxonomyReader,
IntArrayAllocator intArrayAllocator,
FloatArrayAllocator floatArrayAllocator)
Constructor... |
Uses of FacetSearchParams in org.apache.lucene.facet.util |
---|
Methods in org.apache.lucene.facet.util with parameters of type FacetSearchParams | |
---|---|
static int |
PartitionsUtils.partitionNumber(FacetSearchParams sParams,
int ordinal)
|
static int |
PartitionsUtils.partitionOffset(FacetSearchParams sParams,
int partitionNumber,
TaxonomyReader taxonomyReader)
|
static int |
PartitionsUtils.partitionSize(FacetSearchParams sParams,
TaxonomyReader taxonomyReader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |