aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/types/package-info.java
blob: 249957a505ba436a94db6bd8bed88ae89e58ee1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Query profile types defines the set of fields a query profile may, can or must have. Query profile
 * types may be inherited in a type hierarchy.
 */
@ExportPackage
@PublicApi
package com.yahoo.search.query.profile.types;

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