summaryrefslogtreecommitdiffstats
path: root/searchcore/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-02-09 15:23:42 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-02-09 15:23:42 +0000
commit9ccd3b5814770b21101636c763794d6e37023ff7 (patch)
treece936bd32d0791951e6e608a082e57b47c989f02 /searchcore/CMakeLists.txt
parent31ee64ebfc9f3268ca9ead26a24a19e8f9fff1f0 (diff)
Add classes for mapping from gid to lid, with interface in searchlib.
Add document db referent registry, to handle implicit export of gid to lid mapping and implicit export of all known attributes to other document types.
Diffstat (limited to 'searchcore/CMakeLists.txt')
-rw-r--r--searchcore/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchcore/CMakeLists.txt b/searchcore/CMakeLists.txt
index 66db223d7ec..7546389aeb6 100644
--- a/searchcore/CMakeLists.txt
+++ b/searchcore/CMakeLists.txt
@@ -38,6 +38,7 @@ vespa_define_module(
src/vespa/searchcore/proton/matching
src/vespa/searchcore/proton/metrics
src/vespa/searchcore/proton/persistenceengine
+ src/vespa/searchcore/proton/reference
src/vespa/searchcore/proton/reprocessing
src/vespa/searchcore/proton/server
src/vespa/searchcore/proton/summaryengine
@@ -116,6 +117,8 @@ vespa_define_module(
src/tests/proton/persistenceconformance
src/tests/proton/persistenceengine
src/tests/proton/proton
+ src/tests/proton/reference/gid_to_lid_mapper
+ src/tests/proton/reference/document_db_referent_registry
src/tests/proton/reprocessing/attribute_reprocessing_initializer
src/tests/proton/reprocessing/document_reprocessing_handler
src/tests/proton/reprocessing/reprocessing_runner