Class SummaryValue
java.lang.Object
com.yahoo.search.grouping.request.GroupingNode
com.yahoo.search.grouping.request.GroupingExpression
com.yahoo.search.grouping.request.DocumentValue
com.yahoo.search.grouping.request.SummaryValue
This class represents a document summary in a
GroupingExpression. It evaluates to the summary of the input
Hit that corresponds to the named summary class.- Author:
- Simon Thoresen Hult
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of this class, using the default summary class.SummaryValue(String summaryName) Constructs a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptioncopy()Returns a deep copy of thisReturns the name of the summary class used to retrieve the hit from the search node.Methods inherited from class com.yahoo.search.grouping.request.DocumentValue
resolveLevelMethods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, setLabel, visitMethods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
Constructor Details
-
SummaryValue
public SummaryValue()Constructs a new instance of this class, using the default summary class. -
SummaryValue
Constructs a new instance of this class.- Parameters:
summaryName- The name of the summary class to assign to this.
-
-
Method Details
-
copy
Description copied from class:GroupingExpressionReturns a deep copy of this- Specified by:
copyin classGroupingExpression
-
getSummaryName
Returns the name of the summary class used to retrieve the hit from the search node.- Returns:
- The summary name.
-