Uses of Class
com.yahoo.search.result.HitGroup
Package
Description
The top level classes of the search container. A Query represents the incoming request, which produces a Result
by chained execution of a set of Searchers.
The content of a Result produced in response to a Query.
-
Uses of HitGroup in com.yahoo.prelude.fastsearch
-
Uses of HitGroup in com.yahoo.search
Modifier and TypeMethodDescriptionResult.hits()
Returns the top level hit group containing all the hits of this resultModifier and TypeMethodDescriptionvoid
Sets the top level hit group containing all the hits of this result -
Uses of HitGroup in com.yahoo.search.grouping.result
Modifier and TypeClassDescriptionclass
class
A single group in the grouping result model.class
A labeled group list in the grouping result model.class
This class represents a labeled hit list in the grouping result model.class
This class represents the rootGroup
in the grouping result model.Modifier and TypeMethodDescriptionstatic boolean
HitRenderer.renderHeader
(HitGroup hit, com.yahoo.text.XMLWriter writer) Renders the header for the given grouping hit. -
Uses of HitGroup in com.yahoo.search.pagetemplates.result
Modifier and TypeClassDescriptionclass
A hit group corresponding to a section - contains some additional information in proper getters and setters which is used during rendering. -
Uses of HitGroup in com.yahoo.search.rendering
Modifier and TypeMethodDescriptionabstract void
SectionedRenderer.beginHitGroup
(WRITER writer, HitGroup hitGroup) Called when a HitGroup is encountered.abstract void
SectionedRenderer.endHitGroup
(WRITER writer, HitGroup hitGroup) Called after all the children of the HitGroup have been provided to methods of this class.protected void
JsonRenderer.renderHitGroupHead
(HitGroup hitGroup) -
Uses of HitGroup in com.yahoo.search.result
Modifier and TypeMethodDescriptionHitGroup.clone()
static HitGroup
HitGroup.createAsync
(String id) Creates a HitGroup which contains data which arrives in the future.Modifier and TypeMethodDescriptionvoid
HitGroup.addErrorsFrom
(HitGroup other) merge any errors from the other HitGroup into thisvoid
HitGroup.copyOrdering
(HitGroup hitGroup) Sets sorting information to be the same as for the provided hitGroup.