aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringpostattribute.cpp
blob: a11ccf4ded3356c08763a4aa5933c630b4352fcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "singlestringpostattribute.hpp"

namespace search {

template class SingleValueStringPostingAttributeT<EnumAttribute<StringAttribute>>;

} // namespace search