Uses of Class
org.apache.lucene.facet.search.FacetArrays
-
Packages that use FacetArrays Package Description org.apache.lucene.facet.search Faceted Search APIorg.apache.lucene.facet.search.params Parameters for Faceted Searchorg.apache.lucene.facet.search.params.association Association-based Parameters for Faceted Search. -
-
Uses of FacetArrays in org.apache.lucene.facet.search
Methods in org.apache.lucene.facet.search with parameters of type FacetArrays Modifier and Type Method Description abstract IntermediateFacetResultFacetResultsHandler. fetchPartitionResult(FacetArrays arrays, int offset)Fetch results of a single partition, given facet arrays for that partition, and based on the matching documents and faceted search parameters.IntermediateFacetResultTopKFacetResultsHandler. fetchPartitionResult(FacetArrays facetArrays, int offset)IntermediateFacetResultTopKInEachNodeHandler. fetchPartitionResult(FacetArrays arrays, int offset)Recursively explore all facets that can be potentially included in theFacetResultto be generated, and that belong to the given partition, so that values can be examined and collected.protected HashMap<CategoryListIterator,Aggregator>StandardFacetsAccumulator. getCategoryListMap(FacetArrays facetArrays, int partition)protected booleanFacetResultsHandler. isSelfPartition(int ordinal, FacetArrays facetArrays, int offset)Check if an array contains the partition which contains ordinal -
Uses of FacetArrays in org.apache.lucene.facet.search.params
Methods in org.apache.lucene.facet.search.params with parameters of type FacetArrays Modifier and Type Method Description AggregatorCountFacetRequest. createAggregator(boolean useComplements, FacetArrays arrays, IndexReader reader, TaxonomyReader taxonomy)abstract AggregatorFacetRequest. createAggregator(boolean useComplements, FacetArrays arrays, IndexReader indexReader, TaxonomyReader taxonomy)Create an aggregator for this facet request.AggregatorScoreFacetRequest. createAggregator(boolean useComplements, FacetArrays arrays, IndexReader reader, TaxonomyReader taxonomy)doubleCountFacetRequest. getValueOf(FacetArrays arrays, int ordinal)abstract doubleFacetRequest. getValueOf(FacetArrays arrays, int idx)Return the value of a category used for facets computations for this request.doubleScoreFacetRequest. getValueOf(FacetArrays arrays, int ordinal) -
Uses of FacetArrays in org.apache.lucene.facet.search.params.association
Methods in org.apache.lucene.facet.search.params.association with parameters of type FacetArrays Modifier and Type Method Description AggregatorAssociationFloatSumFacetRequest. createAggregator(boolean useComplements, FacetArrays arrays, IndexReader reader, TaxonomyReader taxonomy)AggregatorAssociationIntSumFacetRequest. createAggregator(boolean useComplements, FacetArrays arrays, IndexReader reader, TaxonomyReader taxonomy)doubleAssociationFloatSumFacetRequest. getValueOf(FacetArrays arrays, int ordinal)doubleAssociationIntSumFacetRequest. getValueOf(FacetArrays arrays, int ordinal)
-