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

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

namespace search::features {

}