Uses of Interface
com.yahoo.shopping.AggregationFunction

Uses of AggregationFunction in com.yahoo.shopping
 

Classes in com.yahoo.shopping that implement AggregationFunction
 class Avg
          Computes the average of the values in an Integer array.
 class Max
          Computes the max of the values in an Integer array.
 

Methods in com.yahoo.shopping with parameters of type AggregationFunction
private  com.yahoo.prelude.Result XSearcher.doXmlSearch(com.yahoo.prelude.Query query, java.lang.String contextLabel, int properNameFound, int offset, int hits, int k, AggregationFunction aggrFunc)
          Traverses the XML structure from the root context node found in analyseQuery(), performs a search by calling doXSearch() for each leaf node, and merges the subresults by calling mergeResults().
private  com.yahoo.prelude.Result XSearcher.mergeResults(com.yahoo.prelude.Query query, java.util.ArrayList<com.yahoo.prelude.Result> subResults, int k, AggregationFunction aggrFunc)
          Merges the subresults by performing the No Random Access algorithm.