IndexDocumentsClient interface

Dokumentumok indexelése ügyfél

Metódusok

indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)

Az adott dokumentumkészlet indexmódosításait (feltöltés, egyesítés, mergeOrUpload, törlés) hajthatja végre.

Metódus adatai

indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)

Az adott dokumentumkészlet indexmódosításait (feltöltés, egyesítés, mergeOrUpload, törlés) hajthatja végre.

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

Paraméterek

batch

IndexDocumentsBatch<TModel>

Az indexen végrehajtandó műveletek tömbje.

options
IndexDocumentsOptions

További lehetőségek.

Válaszok