Package org.apache.lucene.facet.search.aggregator.association
Association-based aggregators.
-
Class Summary Class Description AssociationFloatSumAggregator AnAggregator
which updates the weight of a category by summing the weights of the float association it finds for every document.AssociationIntSumAggregator AnAggregator
which updates the weight of a category by summing the weights of the integer association it finds for every document.