Skip to content

Commit

Permalink
Merge pull request #4322 from vespa-engine/geirst/new-filter-threshol…
Browse files Browse the repository at this point in the history
…d-syntax

Use new syntax for filter threshold.
  • Loading branch information
geirst authored Jan 23, 2025
2 parents d74ed0b + 94cea7c commit 33a6824
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 33a6824

Please sign in to comment.