Uses of Class
com.yahoo.searchlib.expression.SingleResultNode
Packages that use SingleResultNode
-
Uses of SingleResultNode in com.yahoo.searchlib.aggregation
Methods in com.yahoo.searchlib.aggregation that return SingleResultNodeModifier and TypeMethodDescriptionfinal SingleResultNodeMaxAggregationResult.getMax()Returns the maximum value found in all matching hits.final SingleResultNodeMinAggregationResult.getMin()Returns the minimum value found in all matching hits.final SingleResultNodeSumAggregationResult.getSum()Returns the sum of all results in this.Methods in com.yahoo.searchlib.aggregation with parameters of type SingleResultNodeModifier and TypeMethodDescriptionfinal MaxAggregationResultMaxAggregationResult.setMax(SingleResultNode max) Sets the maximum value found in all matching hits.final MinAggregationResultMinAggregationResult.setMin(SingleResultNode min) Sets the minimum value found in all matching hits.final SumAggregationResultSumAggregationResult.setSum(SingleResultNode sum) Sets the sum of all results in this.Constructors in com.yahoo.searchlib.aggregation with parameters of type SingleResultNodeModifierConstructorDescriptionConstructs an instance of this class with given max value.Constructs an instance of this class with given min value.Constructs an instance of this class with given sum. -
Uses of SingleResultNode in com.yahoo.searchlib.expression
Subclasses of SingleResultNode in com.yahoo.searchlib.expressionModifier and TypeClassDescriptionclassThis result holds a float value.classThis result holds an integer value.classThis result holds an integer value.classThis result holds an integer value.classThis result holds an integer value.classThis is a superclass for all numerical results.classThis result holds a byte array value.classThis result holds a string.