Sdílet prostřednictvím


IndexDocumentsClient interface

Klient indexování dokumentů

Metody

indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)

Proveďte sadu úprav indexu (nahrání, sloučení, mergeOrUpload, delete) pro danou sadu dokumentů.

Podrobnosti metody

indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)

Proveďte sadu úprav indexu (nahrání, sloučení, mergeOrUpload, delete) pro danou sadu dokumentů.

function indexDocuments(batch: IndexDocumentsBatch<TModel>, options: IndexDocumentsOptions): Promise<IndexDocumentsResult>

Parametry

batch

IndexDocumentsBatch<TModel>

Pole akcí, které se mají s indexem provést.

options
IndexDocumentsOptions

Další možnosti.

Návraty