IndexDocumentsClient interface
Client documenti di indice
Metodi
index |
Eseguire un set di modifiche di indice (upload, merge, mergeOrUpload, delete) per il set specificato di documenti. |
Dettagli metodo
indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)
Eseguire un set di modifiche di indice (upload, merge, mergeOrUpload, delete) per il set specificato di documenti.
function indexDocuments(batch: IndexDocumentsBatch<TModel>, options: IndexDocumentsOptions): Promise<IndexDocumentsResult>
Parametri
- batch
-
IndexDocumentsBatch<TModel>
Matrice di azioni da eseguire sull'indice.
- options
- IndexDocumentsOptions
Opzioni aggiuntive.
Restituisce
Promise<IndexDocumentsResult>