aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/ranking/features/fieldmatch/package-info.java
blob: ba0486e58bc2247479a596711b055353e32a7c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * Reference implementation of the
 * string segment match algorithm
 * which creates the fieldMatch feature set.
 */
@ExportPackage
@PublicApi
package com.yahoo.searchlib.ranking.features.fieldmatch;

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