Skip to content

Commit

Permalink
Use new syntax for filter threshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
geirst committed Jan 23, 2025
1 parent d74ed0b commit 94cea7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/performance/mmap_vs_directio/app/schemas/wikimedia.sd
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ 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.05
}
# This is set to 1/64 which is the limit for generating bitvectors.
filter-threshold: 0.05
}

rank-profile weakand_stop_word inherits default {
Expand All @@ -42,10 +40,10 @@ schema wikimedia {
}

rank-profile weakand_stop_word_use_bitvectors inherits default {
filter-threshold: 0.05
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
}
}

Expand Down

0 comments on commit 94cea7c

Please sign in to comment.