aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/aggregation/forcelink.hpp
blob: 7b4c5ebc1129587d8cedc4f7184442bf0ac6009e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

void forcelink_file_searchlib_aggregation_grouping();
void forcelink_file_searchlib_aggregation_modifiers();
void forcelink_file_searchlib_aggregation_aggregation();
void forcelink_file_searchlib_aggregation_hitlist();
void forcelink_file_searchlib_aggregation_fs4hit();
void forcelink_file_searchlib_aggregation_group();
void forcelink_file_searchlib_aggregation_rawrank();
void forcelink_file_searchlib_aggregation_hit();
void forcelink_file_searchlib_aggregation_vdshit();
void forcelink_file_searchlib_aggregation_hitsaggregationresult();
void forcelink_file_searchlib_aggregation_groupinglevel();

void forcelink_searchlib_aggregation() {
    forcelink_file_searchlib_aggregation_grouping();
    forcelink_file_searchlib_aggregation_modifiers();
    forcelink_file_searchlib_aggregation_aggregation();
    forcelink_file_searchlib_aggregation_hitlist();
    forcelink_file_searchlib_aggregation_fs4hit();
    forcelink_file_searchlib_aggregation_group();
    forcelink_file_searchlib_aggregation_rawrank();
    forcelink_file_searchlib_aggregation_hit();
    forcelink_file_searchlib_aggregation_vdshit();
    forcelink_file_searchlib_aggregation_hitsaggregationresult();
    forcelink_file_searchlib_aggregation_groupinglevel();
}