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

#include "termfieldmatchdataarray.h"

namespace search::fef {

TermFieldMatchDataArray::~TermFieldMatchDataArray() = default;

}