summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt
blob: 34ac7d8e905e640a42c2437093a8b43d632b233c (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_memoryindex OBJECT
    SOURCES
    bundled_fields_context.cpp
    compact_words_store.cpp
    document_inverter.cpp
    document_inverter_collection.cpp
    document_inverter_context.cpp
    feature_store.cpp
    field_index.cpp
    field_index_base.cpp
    field_index_collection.cpp
    field_index_remover.cpp
    field_inverter.cpp
    invert_context.cpp
    invert_task.cpp
    memory_index.cpp
    ordered_field_index_inserter.cpp
    posting_iterator.cpp
    push_context.cpp
    push_task.cpp
    remove_task.cpp
    url_field_inverter.cpp
    word_store.cpp
    DEPENDS
)