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

#include "simpletermfielddata.h"

namespace search::fef {

}