summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/package-info.java
blob: 96255d9108bc15a18e17e4e1f2b043278ea98851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2016 Yahoo Inc. 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;