aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringattribute.cpp
blob: 31fb4f684d99035f7af22d2414929b65e6526f09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "singlestringattribute.hpp"

#include <vespa/log/log.h>
LOG_SETUP(".searchlib.attribute.single_string_attribute");

namespace search {

template class SingleValueStringAttributeT<EnumAttribute<StringAttribute>>; 

} // namespace search