IndexDocumentsClient interface
索引檔用戶端
方法
index |
執行一組索引修改, (上傳、合併、mergeOrUpload、刪除指定檔集的) 。 |
方法詳細資料
indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)
執行一組索引修改, (上傳、合併、mergeOrUpload、刪除指定檔集的) 。
function indexDocuments(batch: IndexDocumentsBatch<TModel>, options: IndexDocumentsOptions): Promise<IndexDocumentsResult>
參數
- batch
-
IndexDocumentsBatch<TModel>
要對索引執行的動作陣列。
- options
- IndexDocumentsOptions
其他選項。
傳回
Promise<IndexDocumentsResult>