Class DocIdNsSpecificValue
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.DocIdNsSpecificValue
This class represents a document id specific value in a
GroupingExpression. It evaluates to the namespace-
specific value of the document id of the input Hit.- Author:
- Simon Thoresen Hult, bratseth
-
Constructor Summary
Constructors -
Method Summary
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
-
DocIdNsSpecificValue
public DocIdNsSpecificValue()Constructs a new instance of this class.
-
-
Method Details
-
copy
Description copied from class:GroupingExpressionReturns a deep copy of this- Specified by:
copyin classGroupingExpression
-