Skip to main content

Module dsl

Module dsl 

Source
Expand description

Query DSL responses and PIT + search_after pagination.

Structs§

DslHit
DslPage

Functions§

decode
run_stream
Open a point-in-time on index and page it fully with search_after. query is the operator’s filter; sort is normalized to a total order by appending _shard_doc when absent. The PIT is closed on every exit path, success or error.
run_sync
Run one bounded POST /<index>/_search with the operator’s body verbatim. This is the peek path — one request, no PIT.