aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/matching/CMakeLists.txt
blob: 92c8ec8f4411e315739247c56bc93875e270d9d6 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchcore_matching STATIC
    SOURCES
    attribute_limiter.cpp
    blueprintbuilder.cpp
    docid_range_scheduler.cpp
    docsum_matcher.cpp
    document_scorer.cpp
    extract_features.cpp
    fakesearchcontext.cpp
    handlerecorder.cpp
    i_match_loop_communicator.cpp
    indexenvironment.cpp
    match_loop_communicator.cpp
    match_context.cpp
    match_master.cpp
    match_params.cpp
    match_phase_limit_calculator.cpp
    match_phase_limiter.cpp
    match_thread.cpp
    match_tools.cpp
    matcher.cpp
    matching_stats.cpp
    partial_result.cpp
    query.cpp
    queryenvironment.cpp
    querylimiter.cpp
    querynodes.cpp
    rangequerylocator.cpp
    requestcontext.cpp
    resolveviewvisitor.cpp
    result_processor.cpp
    same_element_builder.cpp
    sameelementmodifier.cpp
    search_session.cpp
    session_manager_explorer.cpp
    sessionmanager.cpp
    termdataextractor.cpp
    termdatafromnode.cpp
    unpacking_iterators_optimizer.cpp
    viewresolver.cpp
    DEPENDS
    searchcore_grouping
    searchcorespi
)