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