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
-
Method Summary
Methods inherited from class com.yahoo.search.grouping.request.DocumentValue
resolveLevel
Methods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, setLabel, visit
Methods 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:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classGroupingExpression
-