Skip to main content

run_sync

Function run_sync 

Source
pub async fn run_sync(
    t: &Transport,
    index: &str,
    body: &Value,
) -> Result<DslPage>
Expand description

Run one bounded POST /<index>/_search with the operator’s body verbatim. This is the peek path — one request, no PIT.