Uses of Package
com.yahoo.search.query

Packages that use com.yahoo.search.query
Package
Description
 
The query model representing a boolean combination of selection criterions, where elements may be simple criterions, nested boolean operators, or annotated pieces of natural language text.
 
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 federation layer on top of the search container.
 
 
The search query model
Provides access to parsing query strings into queries
Query Profiles provide nested sets of named (and optionally typed) key-values which can be referenced in a Query to proviode initial values of Query properties.
 
 
The content of a Result produced in response to a Query.
YQL+ integration.