aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/mapnames.cpp
blob: d437bca01ab6f6376bb1420c111b404736a81310 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Yahoo. 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