aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/features/weighted_set_parser.cpp
blob: b53528ead8ae0094af8f2d2610107fad87e8c25f (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 "weighted_set_parser.h"

#include <vespa/log/log.h>
LOG_SETUP(".features.weighted_set_parser");

namespace search::features {

}