diff --git a/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd b/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd index e3357aaa8..64c5eed32 100644 --- a/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd +++ b/tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd @@ -27,11 +27,10 @@ schema wikimedia { } } - rank-profile use_bitvectors { - rank title: filter - rank text: filter - first-phase { - expression: attribute(id) + 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 } }