We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc142df commit c048c17Copy full SHA for c048c17
x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneSliceQueue.java
@@ -61,6 +61,11 @@
61
* where {@code a >= 100}.
62
* </li>
63
* </ul>
64
+ * <p>
65
+ * IMPORTANT: Runners make no effort to deduplicate the results from multiple
66
+ * queries. If you need to only see each document one time then make sure the
67
+ * queries are mutually exclusive.
68
+ * </p>
69
*/
70
public final class LuceneSliceQueue {
71
/**
0 commit comments