Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_es/mod.ts>Client#bulk

deno elasticsearch
Go to Latest
method Client.prototype.bulk
import { Client } from "https://deno.land/x/deno_es@v0.4.3/mod.ts";

Performs multiple indexing or delete operations in a single API call. This reduces overhead and can greatly increase indexing speed.

Parameters

params: BulkParams

Returns

Promise<BulkInfo>