Uses of Class
com.yahoo.searchlib.aggregation.AggregationResult
Packages that use AggregationResult
-
Uses of AggregationResult in com.yahoo.searchlib.aggregation
Subclasses of AggregationResult in com.yahoo.searchlib.aggregationModifier and TypeClassDescriptionclassThis is an aggregated result holding the average of all results.classThis is an aggregated result holding the number of aggregated hits.classThis is an aggregated result holding the number of unique documents matching a given expression.classThis is an aggregated result holding the top n hits for a single group.classThis is an aggregated result holding the maximum result of the matching hits.classThis is an aggregated result holding the minimum result of the matching hits.classclassThis is an aggregated result holding the sum of the aggregating expression for all matching hits.classThis is an aggregated result holding the xor of the aggregating expression for all matching hits.Methods in com.yahoo.searchlib.aggregation that return AggregationResultModifier and TypeMethodDescriptionAggregationResult.clone()AggregationResult.setExpression(ExpressionNode exp) Sets the expression to aggregate on.AggregationResult.setTag(int tag) Assigns a tag to this group.Methods in com.yahoo.searchlib.aggregation that return types with arguments of type AggregationResultModifier and TypeMethodDescriptionGroup.getAggregationResults()Returns this group's aggregation results.Methods in com.yahoo.searchlib.aggregation with parameters of type AggregationResultModifier and TypeMethodDescriptionGroup.addAggregationResult(AggregationResult result) Adds an aggregation result to this group.protected abstract booleanAggregationResult.equalsAggregation(AggregationResult obj) protected booleanAverageAggregationResult.equalsAggregation(AggregationResult obj) protected booleanCountAggregationResult.equalsAggregation(AggregationResult obj) protected booleanExpressionCountAggregationResult.equalsAggregation(AggregationResult obj) protected booleanHitsAggregationResult.equalsAggregation(AggregationResult obj) protected booleanMaxAggregationResult.equalsAggregation(AggregationResult obj) protected booleanMinAggregationResult.equalsAggregation(AggregationResult obj) protected booleanStandardDeviationAggregationResult.equalsAggregation(AggregationResult obj) protected booleanSumAggregationResult.equalsAggregation(AggregationResult obj) protected booleanXorAggregationResult.equalsAggregation(AggregationResult obj) voidAggregationResult.merge(AggregationResult result) Called when merging aggregation results.protected abstract voidAggregationResult.onMerge(AggregationResult result) Mmust be implemented by subclasses to support merge.protected voidAverageAggregationResult.onMerge(AggregationResult result) protected voidCountAggregationResult.onMerge(AggregationResult result) protected voidExpressionCountAggregationResult.onMerge(AggregationResult result) protected voidHitsAggregationResult.onMerge(AggregationResult result) protected voidMaxAggregationResult.onMerge(AggregationResult result) protected voidMinAggregationResult.onMerge(AggregationResult result) protected voidStandardDeviationAggregationResult.onMerge(AggregationResult obj) protected voidSumAggregationResult.onMerge(AggregationResult result) protected voidXorAggregationResult.onMerge(AggregationResult result) -
Uses of AggregationResult in com.yahoo.searchlib.expression
Methods in com.yahoo.searchlib.expression that return AggregationResultMethods in com.yahoo.searchlib.expression with parameters of type AggregationResultConstructors in com.yahoo.searchlib.expression with parameters of type AggregationResult