Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak_nest/modules/elasticsearch/mod.ts>Client#reindex

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
method Client.prototype.reindex
Re-export
import { Client } from "https://deno.land/x/oak_nest@v3.0.1/modules/elasticsearch/mod.ts";

The reindex API extracts the document source from the source index and indexes the documents into the destination index. You can copy all documents to the destination index, reindex a subset of the documents or update the source before to reindex it.

Parameters

params: ReIndexParams

Returns

Promise<ReIndexInfo>