Skip to content

Commit

Permalink
Merge pull request #4267 from vespa-engine/havardpe/align-x-case
Browse files Browse the repository at this point in the history
use d66 a1 for X case to match other tests
  • Loading branch information
arnej27959 authored Nov 13, 2024
2 parents 18be451 + 4467f74 commit cfbb746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/performance/wand_stopwords/MicroBmSearcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ public Result search(Query weakAndQuery, Execution execution) {
var weakAndSetD05 = getHitIds(weakAndResultD05);

Query weakAndQueryX = changeRoot(weakAndQuery, new WeakAndItem());
weakAndQueryX.properties().set("rankproperty.vespa.matching.weakand.stop_word_adjust_limit", "0.02");
weakAndQueryX.properties().set("rankproperty.vespa.matching.weakand.stop_word_drop_limit", "0.20");
weakAndQueryX.properties().set("rankproperty.vespa.matching.weakand.stop_word_adjust_limit", "0.01");
weakAndQueryX.properties().set("rankproperty.vespa.matching.weakand.stop_word_drop_limit", "0.66");
Result weakAndResultX = execution.search(weakAndQueryX);
execution.fill(weakAndResultX);
var weakAndSetX = getHitIds(weakAndResultX);
Expand Down

0 comments on commit cfbb746

Please sign in to comment.