Uses of Class
com.yahoo.search.grouping.result.ValueGroupId
-
Packages that use ValueGroupId Package Description com.yahoo.search.grouping.result -
-
Uses of ValueGroupId in com.yahoo.search.grouping.result
Subclasses of ValueGroupId in com.yahoo.search.grouping.result Modifier and Type Class Description class
BoolId
This class is used inGroup
instances where the identifying expression evaluated to aBoolean
.class
DoubleId
This class is used inGroup
instances where the identifying expression evaluated to aDouble
.class
LongId
This class is used inGroup
instances where the identifying expression evaluated to aLong
.class
RawId
This class is used inGroup
instances where the identifying expression evaluated to aByte
array.class
StringId
This class is used inGroup
instances where the identifying expression evaluated to aString
.
-