@ExportPackage @PublicApi
Package com.yahoo.search.grouping
-
Class Summary Class Description Continuation This class represents a piece of data stored by the grouping framework within a grouping result, which can subsequently be sent back along with the original request to navigate across a large result set.GroupingQueryParser This searcher is responsible for turning the "select" parameter into a correspondingGroupingRequest
.GroupingRequest An instance of this class represents one of many grouping requests that are attached to aQuery
.GroupingValidator This searcher ensure that allGroupingRequest
objects attached to aQuery
makes sense to the search cluster for which this searcher has been deployed.UniqueGroupingSearcher Implements 'unique' using a grouping expression. -
Exception Summary Exception Description UnavailableAttributeException This exception is thrown by theGroupingValidator
if it aGroupingRequest
contains a reference to an unavailable attribute.