summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt')
-rw-r--r--searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt b/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt
index e845201f5c6..34ac7d8e905 100644
--- a/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt
+++ b/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt
@@ -1,6 +1,7 @@
# 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
@@ -11,9 +12,14 @@ vespa_add_library(searchlib_memoryindex OBJECT
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