Package com.yahoo.search.grouping.result
Class NullId
java.lang.Object
com.yahoo.search.grouping.result.GroupId
com.yahoo.search.grouping.result.NullId
This class is in
Group
instances where the identifying expression evaluated to null. For example, hits that
fall outside the buckets of a PredefinedFunction
are added to an
auto-generated group with this id.- Author:
- Simon Thoresen Hult
-
Constructor Summary
-
Method Summary
Methods inherited from class com.yahoo.search.grouping.result.GroupId
getTypeName, toString
-
Constructor Details
-
NullId
public NullId()Constructs a new instance of this class.
-