次の方法で共有


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

その他のオプション。

戻り値