aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/CMakeLists.txt
blob: b47f336c93483e2859219b5202eeaf6823823837 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_queryeval OBJECT
    SOURCES
    andnotsearch.cpp
    andsearch.cpp
    blueprint.cpp
    booleanmatchiteratorwrapper.cpp
    children_iterators.cpp
    create_blueprint_visitor_helper.cpp
    document_weight_search_iterator.cpp
    dot_product_blueprint.cpp
    dot_product_search.cpp
    elementiterator.cpp
    emptysearch.cpp
    equiv_blueprint.cpp
    equivsearch.cpp
    executeinfo.cpp
    fake_requestcontext.cpp
    fake_result.cpp
    fake_search.cpp
    fake_searchable.cpp
    field_spec.cpp
    filter_wrapper.cpp
    full_search.cpp
    get_weight_from_node.cpp
    global_filter.cpp
    hitcollector.cpp
    intermediate_blueprints.cpp
    isourceselector.cpp
    iterator_pack.cpp
    iterators.cpp
    leaf_blueprints.cpp
    matching_elements_search.cpp
    monitoring_dump_iterator.cpp
    monitoring_search_iterator.cpp
    multibitvectoriterator.cpp
    multisearch.cpp
    nearest_neighbor_blueprint.cpp
    nearest_neighbor_iterator.cpp
    nearsearch.cpp
    nns_index_iterator.cpp
    orsearch.cpp
    posting_info.cpp
    predicate_blueprint.cpp
    predicate_search.cpp
    profiled_iterator.cpp
    ranksearch.cpp
    same_element_blueprint.cpp
    same_element_search.cpp
    searchable.cpp
    searchiterator.cpp
    simple_phrase_blueprint.cpp
    simple_phrase_search.cpp
    simpleresult.cpp
    simplesearch.cpp
    sorted_hit_sequence.cpp
    sourceblendersearch.cpp
    split_float.cpp
    termasstring.cpp
    termwise_blueprint_helper.cpp
    termwise_search.cpp
    truesearch.cpp
    unpackinfo.cpp
    weighted_set_term_blueprint.cpp
    weighted_set_term_search.cpp
    DEPENDS
)