aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/rankingexpression/feature_name_extractor.h
blob: bb0364e6dc7f8e887896492fe0033b6ddb25827c (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.

#pragma once

#include <vespa/eval/eval/feature_name_extractor.h>

namespace search::features::rankingexpression {

using FeatureNameExtractor = vespalib::eval::FeatureNameExtractor;

}