你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IndexDocumentsClient interface

索引文档客户端

方法

indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)

执行一组索引修改, (上传、合并、mergeOrUpload、删除) 给定文档集。

方法详细信息

indexDocuments(IndexDocumentsBatch<TModel>, IndexDocumentsOptions)

执行一组索引修改, (上传、合并、mergeOrUpload、删除) 给定文档集。

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

参数

batch

IndexDocumentsBatch<TModel>

要对索引执行的操作数组。

options
IndexDocumentsOptions

其他选项。

返回