Uses of Class
com.yahoo.search.grouping.GroupingRequest
Packages that use GroupingRequest
-
Uses of GroupingRequest in com.yahoo.search.grouping
Methods in com.yahoo.search.grouping that return GroupingRequestModifier and TypeMethodDescriptionReturns a deep copy of thisstatic GroupingRequestGroupingRequest.newInstance(Query query) Creates a new grouping request and adds it to the query.getSelect().getGrouping() listGroupingRequest.setRootOperation(GroupingOperation root) Sets the rootGroupingOperationthat defines this request.GroupingRequest.setTimeZone(TimeZone timeZone) Sets theTimeZoneused when resolving time expressions such asDayOfMonthFunctionandHourOfDayFunction. -
Uses of GroupingRequest in com.yahoo.search.query
Methods in com.yahoo.search.query that return types with arguments of type GroupingRequestModifier and TypeMethodDescriptionSelect.getGrouping()Returns the query'sGroupingRequestas a mutable list.