You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1680,8 +1680,7 @@ public void testMultiMatchOptionsPushDown() {
1680
1680
.maxExpansions(10)
1681
1681
.minimumShouldMatch("3")
1682
1682
.prefixLength(20)
1683
-
.tieBreaker(1.0f)
1684
-
.boost(0.0f); // TODO: why are we getting boost=0.0 in the actual above?
0 commit comments