summaryrefslogtreecommitdiffstats
path: root/searchlib/CMakeLists.txt
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-11-30 13:51:53 +0000
committerGeir Storli <geirst@yahooinc.com>2023-11-30 14:22:36 +0000
commit7c1bae375340587aa279998f624b119bc27ad56e (patch)
treefefd2f493347bbd0ab47d6e7a89d33fd40a43bb8 /searchlib/CMakeLists.txt
parent690f060bf5b5b5a22d747ecd5c8a66179dd4bd58 (diff)
Handle combination of both weight iterators and bitvectors in DirectMultiTermBlueprint.
This does not change how InTerm, WeightedSetTerm and DotProduct currently uses this blueprint. They still require that weight iterators are available for all terms / tokens, but this will soon be relaxed for InTerm and WeightedSetTerm.
Diffstat (limited to 'searchlib/CMakeLists.txt')
-rw-r--r--searchlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/CMakeLists.txt b/searchlib/CMakeLists.txt
index 6510808760c..219439a1224 100644
--- a/searchlib/CMakeLists.txt
+++ b/searchlib/CMakeLists.txt
@@ -76,6 +76,7 @@ vespa_define_module(
src/tests/attribute/changevector
src/tests/attribute/compaction
src/tests/attribute/dfa_fuzzy_matcher
+ src/tests/attribute/direct_multi_term_blueprint
src/tests/attribute/document_weight_iterator
src/tests/attribute/document_weight_or_filter_search
src/tests/attribute/enum_attribute_compaction