Commit 8cfd5bf
committed
fix: Correct Elasticsearch deployment guide pagination claim
The deployment guide stated the connector issues a single `_search`
request per query returning at most 10,000 hits and advised users to
accelerate for larger result sets. In reality, the connector
automatically paginates using PIT + `search_after` for queries without
LIMIT or with LIMIT > 10,000 — matching what the connector index.md
already documents (corrected in PR #1712) and what the code implements
at query_table.rs:231.1 parent 179393a commit 8cfd5bf
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments