Uses of Class
org.apache.lucene.facet.search.FacetArrays

Packages that use FacetArrays
org.apache.lucene.facet.search Faceted Search API 
org.apache.lucene.facet.search.params Parameters for Faceted Search 
org.apache.lucene.facet.search.params.associations Association-based Parameters for Faceted Search. 
org.apache.lucene.facet.search.sampling Sampling for facets accumulation 
 

Uses of FacetArrays in org.apache.lucene.facet.search
 

Subclasses of FacetArrays in org.apache.lucene.facet.search
 class ReusingFacetArrays
          A FacetArrays which uses the ArraysPool to allocate new arrays and pool them on free().
 

Fields in org.apache.lucene.facet.search declared as FacetArrays
protected  FacetArrays StandardFacetsAccumulator.facetArrays
           
 

Methods in org.apache.lucene.facet.search with parameters of type FacetArrays
 IntermediateFacetResult TopKInEachNodeHandler.fetchPartitionResult(FacetArrays arrays, int offset)
          Recursively explore all facets that can be potentially included in the FacetResult to be generated, and that belong to the given partition, so that values can be examined and collected.
 IntermediateFacetResult TopKFacetResultsHandler.fetchPartitionResult(FacetArrays facetArrays, int offset)
           
abstract  IntermediateFacetResult FacetResultsHandler.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.
protected  HashMap<CategoryListIterator,Aggregator> StandardFacetsAccumulator.getCategoryListMap(FacetArrays facetArrays, int partition)
          Create an Aggregator and a CategoryListIterator for each and every FacetRequest.
protected  boolean FacetResultsHandler.isSelfPartition(int ordinal, FacetArrays facetArrays, int offset)
          Check if an array contains the partition which contains ordinal
 

Constructors in org.apache.lucene.facet.search with parameters of type FacetArrays
AdaptiveFacetsAccumulator(FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, FacetArrays facetArrays)
          Create an AdaptiveFacetsAccumulator
StandardFacetsAccumulator(FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, FacetArrays facetArrays)
           
 

Uses of FacetArrays in org.apache.lucene.facet.search.params
 

Methods in org.apache.lucene.facet.search.params with parameters of type FacetArrays
 Aggregator ScoreFacetRequest.createAggregator(boolean useComplements, FacetArrays arrays, TaxonomyReader taxonomy)
           
abstract  Aggregator FacetRequest.createAggregator(boolean useComplements, FacetArrays arrays, TaxonomyReader taxonomy)
          Create an aggregator for this facet request.
 Aggregator CountFacetRequest.createAggregator(boolean useComplements, FacetArrays arrays, TaxonomyReader taxonomy)
           
 double ScoreFacetRequest.getValueOf(FacetArrays arrays, int ordinal)
           
abstract  double FacetRequest.getValueOf(FacetArrays arrays, int idx)
          Return the value of a category used for facets computations for this request.
 double CountFacetRequest.getValueOf(FacetArrays arrays, int ordinal)
           
 

Uses of FacetArrays in org.apache.lucene.facet.search.params.associations
 

Methods in org.apache.lucene.facet.search.params.associations with parameters of type FacetArrays
 Aggregator AssociationIntSumFacetRequest.createAggregator(boolean useComplements, FacetArrays arrays, TaxonomyReader taxonomy)
           
 Aggregator AssociationFloatSumFacetRequest.createAggregator(boolean useComplements, FacetArrays arrays, TaxonomyReader taxonomy)
           
 double AssociationIntSumFacetRequest.getValueOf(FacetArrays arrays, int ordinal)
           
 double AssociationFloatSumFacetRequest.getValueOf(FacetArrays arrays, int ordinal)
           
 

Uses of FacetArrays in org.apache.lucene.facet.search.sampling
 

Constructors in org.apache.lucene.facet.search.sampling with parameters of type FacetArrays
SamplingAccumulator(Sampler sampler, FacetSearchParams searchParams, IndexReader indexReader, TaxonomyReader taxonomyReader, FacetArrays facetArrays)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.