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 FacetSearchParamsFacetsAccumulator. searchParamsMethods in org.apache.lucene.facet.search with parameters of type FacetSearchParams Modifier and Type Method Description protected FacetsAccumulatorFacetsCollector. initFacetsAccumulator(FacetSearchParams facetSearchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)Create theFacetsAccumulatorto be used.protected ScoredDocIdCollectorFacetsCollector. initScoredDocCollector(FacetSearchParams facetSearchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader)Create aScoredDocIdCollectorto be used as the first phase of the facet collection.static org.apache.lucene.search.QueryDrillDown. query(FacetSearchParams sParams, CategoryPath... paths)Return a query for drilling down into all given categories (AND).static org.apache.lucene.search.QueryDrillDown. 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.TermDrillDown. 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 anAdaptiveFacetsAccumulatorAdaptiveFacetsAccumulator(FacetSearchParams searchParams, org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, IntArrayAllocator intArrayAllocator, FloatArrayAllocator floatArrayAllocator)Create anAdaptiveFacetsAccumulatorFacetsAccumulator(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 CategoryListIteratorFacetRequest. 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 FacetSearchParamsSampler. 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 SampleFixerSampler. getSampleFixer(org.apache.lucene.index.IndexReader indexReader, TaxonomyReader taxonomyReader, FacetSearchParams searchParams)Get a fixer of sample facet accumulation results.FacetSearchParamsSampler. 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 intPartitionsUtils. partitionNumber(FacetSearchParams sParams, int ordinal)static intPartitionsUtils. partitionOffset(FacetSearchParams sParams, int partitionNumber, TaxonomyReader taxonomyReader)static intPartitionsUtils. partitionSize(FacetSearchParams sParams, TaxonomyReader taxonomyReader)
-