diff --git a/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd b/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd
index 64c5eed32..9b3772d98 100644
--- a/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd
+++ b/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd
@@ -30,7 +30,7 @@ schema wikimedia {
rank-profile use_bitvectors inherits default {
rank-properties {
# This is set to 1/64 which is the limit for generating bitvectors.
- vespa.matching.diskindex.bitvector_limit: 0.015625
+ vespa.matching.diskindex.bitvector_limit: 0.05
}
}
@@ -41,6 +41,14 @@ schema wikimedia {
}
}
+ rank-profile weakand_stop_word_use_bitvectors inherits default {
+ rank-properties {
+ vespa.matching.weakand.stop_word_drop_limit: 0.6
+ vespa.matching.weakand.stop_word_adjust_limit: 0.01
+ vespa.matching.diskindex.bitvector_limit: 0.05
+ }
+ }
+
document-summary minimal {
summary id {}
}
diff --git a/tests/performance/mmap_vs_directio/app/services.xml b/tests/performance/mmap_vs_directio/app/services.xml
index 9cfda01fe..5bad8fed8 100644
--- a/tests/performance/mmap_vs_directio/app/services.xml
+++ b/tests/performance/mmap_vs_directio/app/services.xml
@@ -8,6 +8,7 @@
+
@@ -23,6 +24,9 @@
+
+
+
@@ -35,16 +39,20 @@
+
+
-
+
-
+
+
+