Uses of Class
com.yahoo.search.grouping.request.RawBucket
-
Packages that use RawBucket Package Description com.yahoo.search.grouping.request -
-
Uses of RawBucket in com.yahoo.search.grouping.request
Methods in com.yahoo.search.grouping.request that return RawBucket Modifier and Type Method Description RawBucket
RawBucket. copy()
RawBucket
RawPredefined. getBucket(int i)
Method parameters in com.yahoo.search.grouping.request with type arguments of type RawBucket Modifier and Type Method Description static RawPredefined
RawPredefined. newInstance(GroupingExpression exp, java.util.List<RawBucket> args)
Constructs a new instance of this class from a list of arguments.Constructors in com.yahoo.search.grouping.request with parameters of type RawBucket Constructor Description RawPredefined(GroupingExpression exp, RawBucket arg1, RawBucket... argN)
Constructs a new instance of this class.
-