Package com.yahoo.search.grouping.result
Class StringBucketId
java.lang.Object
com.yahoo.search.grouping.result.GroupId
com.yahoo.search.grouping.result.BucketGroupId<String>
com.yahoo.search.grouping.result.StringBucketId
This class is used in
Group
instances where the identifying expression evaluated to a StringBucket
.- Author:
- Simon Thoresen Hult
-
Constructor Summary
ConstructorDescriptionStringBucketId
(String from, String to) Constructs a new instance of this class. -
Method Summary
Methods inherited from class com.yahoo.search.grouping.result.BucketGroupId
getFrom, getTo
Methods inherited from class com.yahoo.search.grouping.result.GroupId
getTypeName, toString
-
Constructor Details
-
StringBucketId
Constructs a new instance of this class.- Parameters:
from
- The identifying inclusive-from string.to
- The identifying exclusive-to string.
-