// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * 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. */ @ExportPackage @PublicApi package com.yahoo.search; import com.yahoo.api.annotations.PublicApi; import com.yahoo.osgi.annotation.ExportPackage;