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: qa/rolling-upgrade/src/test/java/org/opensearch/neuralsearch/bwc/rolling/AbstractRollingUpgradeTestCase.java
Copy file name to clipboardexpand all lines: src/main/java/org/opensearch/neuralsearch/query/HybridQuery.java
+23-2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
importjava.util.Map;
15
15
importjava.util.Objects;
16
16
importjava.util.concurrent.Callable;
17
+
importjava.util.stream.Collectors;
17
18
18
19
importorg.apache.lucene.search.BooleanClause;
19
20
importorg.apache.lucene.search.BooleanQuery;
@@ -42,6 +43,26 @@ public final class HybridQuery extends Query implements Iterable<Query> {
42
43
* @param filterQueries list of filters that will be applied to each sub query. Each filter from the list is added as bool "filter" clause. If this is null sub queries will be executed as is
0 commit comments