aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/mapnames.cpp
blob: 8e63d8658459396b8d1b0fc7b950a1b21e2bb2e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "mapnames.h"

namespace search {

const vespalib::string MapNames::RANK("rank");
const vespalib::string MapNames::FEATURE("feature");
const vespalib::string MapNames::HIGHLIGHTTERMS("highlightterms");
const vespalib::string MapNames::MATCH("match");
const vespalib::string MapNames::CACHES("caches");
const vespalib::string MapNames::MODEL("model");
const vespalib::string MapNames::TRACE("trace");

} // namespace search