aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/handler/package-info.java
blob: 9d6da1b4323e92eb3025b0c9f62590293cff03ea (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.
/**
 * 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.
 */
@ExportPackage
@PublicApi
package com.yahoo.search.handler;

import com.yahoo.api.annotations.PublicApi;
import com.yahoo.osgi.annotation.ExportPackage;