aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/matching_elements_fields.cpp
blob: 65bce8062e6976a286e26a30b9421bc8745a9d5d (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 "matching_elements_fields.h"

namespace search {

MatchingElementsFields::MatchingElementsFields() = default;
MatchingElementsFields::~MatchingElementsFields() = default;

} // namespace search