Skip to content

Commit a7b8169

Browse files
committed
Fix scores in tests
1 parent 8ec59b7 commit a7b8169

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/FullTextFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public boolean equals(Object obj) {
144144

145145
@Override
146146
public boolean translatable(LucenePushdownPredicates pushdownPredicates) {
147-
// In isolation, full text functions are pushable to source. We check if there are no disjunctions in Or conditions
147+
// In isolation, full text functions are pushable to source
148148
return true;
149149
}
150150

0 commit comments

Comments
 (0)