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/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneQueryExpressionEvaluator.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,8 @@
23
23
/**
24
24
* {@link EvalOperator.ExpressionEvaluator} to run a Lucene {@link Query} during
25
25
* the compute engine's normal execution, yielding matches/does not match into
26
-
* a {@link BooleanVector}. It's much faster to push these to the
27
-
* {@link LuceneSourceOperator} or the like, but sometimes this isn't possible. So
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/predicate/logical/BinaryLogic.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,9 @@ public ScoreOperator.ExpressionScorer.Factory toScorer(ToScorer toScorer) {
0 commit comments