Uses of Package
com.yahoo.search.query.profile.compiled

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 search handler, which handles search request to the Container by translating the Request into a Query, invoking the chosen Search Chain to get a Result, which it translates to a Response which is returned to the Container.
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.
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.
Query profile types defines the set of fields a query profile may, can or must have.