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

namespace search {

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

} // namespace search