Package org.apache.lucene.facet.search.aggregator.association

Association-based aggregators.

See:
          Description

Class Summary
AssociationFloatSumAggregator An Aggregator which updates the weight of a category by summing the weights of the float association it finds for every document.
AssociationIntSumAggregator An Aggregator which updates the weight of a category by summing the weights of the integer association it finds for every document.
 

Package org.apache.lucene.facet.search.aggregator.association Description

Association-based aggregators.