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

#include "singlestringpostattribute.hpp"
#include "postinglistsearchcontext.hpp"


namespace search {

template class SingleValueStringPostingAttributeT<EnumAttribute<StringAttribute>>;

} // namespace search