Expand description
Query DSL responses and PIT + search_after pagination.
Structs§
Functions§
- decode
- run_
stream - Open a point-in-time on
indexand page it fully withsearch_after.queryis the operator’s filter;sortmust be a total order ending in_shard_doc. The PIT is closed on every exit path, success or error. - run_
sync - Run one bounded
POST /<index>/_searchwith the operator’s body verbatim. This is the peek path — one request, no PIT.