aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singlestringpostattribute.cpp
blob: 6a3992606f3193cd513f5023e62de5023dd64cb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. 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