Uses of Class
com.yahoo.search.result.HitGroup
Packages that use 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
Methods in com.yahoo.prelude.fastsearch with parameters of type HitGroup -
Uses of HitGroup in com.yahoo.search
Methods in com.yahoo.search that return HitGroupModifier and TypeMethodDescriptionResult.hits()Returns the top level hit group containing all the hits of this resultMethods in com.yahoo.search with parameters of type HitGroupModifier and TypeMethodDescriptionvoidSets the top level hit group containing all the hits of this resultConstructors in com.yahoo.search with parameters of type HitGroup -
Uses of HitGroup in com.yahoo.search.grouping.result
Subclasses of HitGroup in com.yahoo.search.grouping.resultModifier and TypeClassDescriptionclassclassA single group in the grouping result model.classA labeled group list in the grouping result model.classThis class represents a labeled hit list in the grouping result model.classThis class represents the rootGroupin the grouping result model.Methods in com.yahoo.search.grouping.result with parameters of type HitGroupModifier and TypeMethodDescriptionstatic booleanHitRenderer.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
Subclasses of HitGroup in com.yahoo.search.pagetemplates.resultModifier and TypeClassDescriptionclassA 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
Methods in com.yahoo.search.rendering with parameters of type HitGroupModifier and TypeMethodDescriptionabstract voidSectionedRenderer.beginHitGroup(WRITER writer, HitGroup hitGroup) Called when a HitGroup is encountered.abstract voidSectionedRenderer.endHitGroup(WRITER writer, HitGroup hitGroup) Called after all the children of the HitGroup have been provided to methods of this class.protected voidJsonRenderer.renderHitGroupHead(HitGroup hitGroup) -
Uses of HitGroup in com.yahoo.search.result
Methods in com.yahoo.search.result that return HitGroupModifier and TypeMethodDescriptionHitGroup.clone()static HitGroupHitGroup.createAsync(String id) Creates a HitGroup which contains data which arrives in the future.Methods in com.yahoo.search.result with parameters of type HitGroupModifier and TypeMethodDescriptionvoidHitGroup.addErrorsFrom(HitGroup other) merge any errors from the other HitGroup into thisvoidHitGroup.copyOrdering(HitGroup hitGroup) Sets sorting information to be the same as for the provided hitGroup.Constructors in com.yahoo.search.result with parameters of type HitGroup