File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -397,12 +397,16 @@ Or using the index object:
397397
398398` index.addDocuments(documents: Document<T>[]): Promise<EnqueuedUpdate> `
399399
400+ - [ Add or replace multiple documents in batches] ( https://docs.meilisearch.com/reference/api/documents.html#add-or-replace-documents ) :
401+
400402` index.addDocumentsInBatch(documents: Document<T>[], batchSize = 1000): Promise<EnqueuedUpdate[]> `
401403
402404- [ Add or update multiple documents] ( https://docs.meilisearch.com/reference/api/documents.html#add-or-update-documents ) :
403405
404406` index.updateDocuments(documents: Document<T>[]): Promise<EnqueuedUpdate> `
405407
408+ - [ Add or update multiple documents in batches] ( https://docs.meilisearch.com/reference/api/documents.html#add-or-update-documents ) :
409+
406410` index.updateDocumentsInBatch(documents: Document<T>[], batchSize = 1000): Promise<EnqueuedUpdate[]> `
407411
408412- [ Get Documents] ( https://docs.meilisearch.com/reference/api/documents.html#get-documents ) :
You can’t perform that action at this time.
0 commit comments