Uses of Class
org.apache.lucene.facet.taxonomy.AssociationAggregationFunction
Packages that use AssociationAggregationFunction
-
Uses of AssociationAggregationFunction in org.apache.lucene.facet.taxonomy
Fields in org.apache.lucene.facet.taxonomy declared as AssociationAggregationFunctionModifier and TypeFieldDescriptionprotected final AssociationAggregationFunctionFloatTaxonomyFacets.aggregationFunctionAggregation function used for combining values.protected final AssociationAggregationFunctionIntTaxonomyFacets.aggregationFunctionAggregation function used for combining values.static final AssociationAggregationFunctionAssociationAggregationFunction.MAXAggregation that computes the maximum valuestatic final AssociationAggregationFunctionAssociationAggregationFunction.SUMAggregation that computes the sumMethods in org.apache.lucene.facet.taxonomy with parameters of type AssociationAggregationFunctionModifier and TypeMethodDescriptionprivate voidTaxonomyFacetFloatAssociations.aggregateValues(AssociationAggregationFunction aggregationFunction, List<FacetsCollector.MatchingDocs> matchingDocs) Aggregate from indexed association values.private voidTaxonomyFacetFloatAssociations.aggregateValues(AssociationAggregationFunction aggregationFunction, List<FacetsCollector.MatchingDocs> matchingDocs, boolean keepScores, DoubleValuesSource valueSource) Aggregate using the providedDoubleValuesSource.private voidTaxonomyFacetIntAssociations.aggregateValues(AssociationAggregationFunction aggregationFunction, List<FacetsCollector.MatchingDocs> matchingDocs) Constructors in org.apache.lucene.facet.taxonomy with parameters of type AssociationAggregationFunctionModifierConstructorDescription(package private)FloatTaxonomyFacets(String indexFieldName, TaxonomyReader taxoReader, AssociationAggregationFunction aggregationFunction, FacetsConfig config, FacetsCollector fc) Sole constructor.(package private)IntTaxonomyFacets(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, AssociationAggregationFunction aggregationFunction, FacetsCollector fc) Sole constructor.TaxonomyFacetFloatAssociations(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, AssociationAggregationFunction aggregationFunction) CreateTaxonomyFacetFloatAssociationsagainst the specified index field.TaxonomyFacetFloatAssociations(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, AssociationAggregationFunction aggregationFunction, DoubleValuesSource valuesSource) CreateTaxonomyFacetFloatAssociationsagainst the specified index field.TaxonomyFacetFloatAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, AssociationAggregationFunction aggregationFunction) CreateTaxonomyFacetFloatAssociationsagainst the default index field.TaxonomyFacetFloatAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, AssociationAggregationFunction aggregationFunction, DoubleValuesSource valuesSource) CreateTaxonomyFacetFloatAssociationsagainst the default index field.TaxonomyFacetIntAssociations(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, AssociationAggregationFunction aggregationFunction) CreateTaxonomyFacetIntAssociationsagainst the specified index field.TaxonomyFacetIntAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc, AssociationAggregationFunction aggregationFunction) CreateTaxonomyFacetIntAssociationsagainst the default index field.