Skip to content

Commit c048c17

Browse files
committed
Explain
1 parent fc142df commit c048c17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneSliceQueue.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
* where {@code a >= 100}.
6262
* </li>
6363
* </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>
6469
*/
6570
public final class LuceneSliceQueue {
6671
/**

0 commit comments

Comments
 (0)