aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/package-info.java
blob: 1d092de8dc72401152b3e024593be32524db7b6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * <b>The top level classes of the search container.</b> 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;