@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.
-
Class Summary Class Description Query A search query containing all the information required to produce a Result.Result The Result contains all the data produced by executing a Query: Some very limited global information, and a single HitGroup containing hits of the result.Searcher Superclass of allComponents
which produces Results in response to Queries by calling thesearch
method. -
Enum Summary Enum Description Query.Type The type of the query