aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-05-18 18:31:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-05-18 22:54:51 +0000
commit723f2ae4228a82692831af2682942e701be7aa16 (patch)
tree8b43562b28f0da99d59c48f093ac013eb1a4a20a /searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
parent38e14d3a40775f2e010046ae36cf0505f7b6e5a6 (diff)
- Handle more than 64k hits in the element vector.
- Avoid computing all vectors in full separately and instead do an incremental inline merge with. - Also avoid requiring the searchiterator aspect on the wrappers.
Diffstat (limited to 'searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt b/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
new file mode 100644
index 00000000000..1a27b446d30
--- /dev/null
+++ b/searchlib/src/tests/attribute/searchcontextelementiterator/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchlib_attribute_searchcontextelementiterator_test_app TEST
+ SOURCES
+ searchcontextelementiterator_test.cpp
+ DEPENDS
+ searchlib
+ gtest
+)
+vespa_add_test(NAME searchlib_attribute_searchcontextelementiterator_test_app COMMAND searchlib_attribute_searchcontextelementiterator_test_app)