aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/rankingexpression/evaluation/package-info.java
blob: 12b36d487715f3a3d5045538660efd03f89ce028 (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.
/**
 * Execution engine for ranking expressions
 */
@ExportPackage
@PublicApi
package com.yahoo.searchlib.rankingexpression.evaluation;

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