Package com.yahoo.search
@ExportPackage
@PublicApi
package com.yahoo.search
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.
-
ClassDescriptionA search query containing all the information required to produce a Result.The type of the queryThe Result contains all the data produced by executing a Query: Some very limited global information, and a single HitGroup containing hits of the result.Superclass of all
Components
which produces Results in response to Queries by calling thesearch
method.