aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/ranking/features/package-info.java
blob: 6e6868210295cc698136d0fd1b4b057fd49c3271 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Java implementations for various Vespa rank features
 */
@ExportPackage
@PublicApi
package com.yahoo.searchlib.ranking.features;

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