Uses of Class
org.apache.lucene.facet.search.params.FacetSearchParams
-
Packages that use FacetSearchParams Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.params Parameters for Faceted Searchorg.apache.lucene.facet.search.sampling Sampling for facets accumulationorg.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 Modifier and Type Field Description protected FacetSearchParams
FacetsAccumulator. searchParams
Methods in org.apache.lucene.facet.search with parameters of type FacetSearchParams Modifier and Type Method Description protected FacetsAccumulator
FacetsCollector. initFacetsAccumulator(FacetSearchParams facetSearchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
Create theFacetsAccumulator
to be used.protected ScoredDocIdCollector
FacetsCollector. initScoredDocCollector(FacetSearchParams facetSearchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
Create aScoredDocIdCollector
to be used as the first phase of the facet collection.static org.apache.lucene.search.Query
DrillDown. query(FacetSearchParams sParams, CategoryPath... paths)
Return a query for drilling down into all given categories (AND).static org.apache.lucene.search.Query
DrillDown. query(FacetSearchParams sParams, org.apache.lucene.search.Query baseQuery, CategoryPath... paths)
Turn a base query into a drilling-down query for all given category paths (AND).static org.apache.lucene.index.Term
DrillDown. term(FacetSearchParams sParams, CategoryPath path)
Constructors in org.apache.lucene.facet.search with parameters of type FacetSearchParams Constructor Description AdaptiveFacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
Create anAdaptiveFacetsAccumulator
AdaptiveFacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
Create anAdaptiveFacetsAccumulator
FacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
FacetsCollector(FacetSearchParams facetSearchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
Create a collector for accumulating facets while collecting documents during search.StandardFacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
StandardFacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)
-
Uses of FacetSearchParams in org.apache.lucene.facet.search.params
Methods in org.apache.lucene.facet.search.params with parameters of type FacetSearchParams Modifier and Type Method Description CategoryListIterator
FacetRequest. createCategoryListIterator(org.apache.lucene.index.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 Modifier and Type Method Description 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 Modifier and Type Method Description SampleFixer
Sampler. getSampleFixer(org.apache.lucene.index.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 Constructor Description SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)
Constructor...SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, org.apache.lucene.index.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 Modifier and Type Method Description 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)
-