aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/main/java/com/yahoo/searchlib/ranking/features/fieldmatch/package-info.java
blob: cbce8837b65dc9f4ece717bab74a5cd7c47dfbcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. 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;