DocumentsOperationsExtensions クラス

定義

インデックスのクエリを実行し、ドキュメントのアップロード、マージ、削除を行う操作。 https://docs.microsoft.com/rest/api/searchservice/Document-operations

public static class DocumentsOperationsExtensions
type DocumentsOperationsExtensions = class
Public Module DocumentsOperationsExtensions
継承
DocumentsOperationsExtensions

メソッド

Autocomplete(IDocumentsOperations, String, String, AutocompleteParameters, SearchRequestOptions)

検索インデックス内のドキュメントの数を照会します。

AutocompleteAsync(IDocumentsOperations, String, String, AutocompleteParameters, SearchRequestOptions, CancellationToken)

検索インデックス内のドキュメントの数を照会します。

ContinueSearch(IDocumentsOperations, SearchContinuationToken, SearchRequestOptions)

検索インデックスから検索結果の次のページを取得します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

ContinueSearch<T>(IDocumentsOperations, SearchContinuationToken, SearchRequestOptions)

検索インデックスから検索結果の次のページを取得します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

ContinueSearchAsync(IDocumentsOperations, SearchContinuationToken, SearchRequestOptions, CancellationToken)

検索インデックスから検索結果の次のページを取得します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

ContinueSearchAsync<T>(IDocumentsOperations, SearchContinuationToken, SearchRequestOptions, CancellationToken)

検索インデックスから検索結果の次のページを取得します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

Count(IDocumentsOperations, SearchRequestOptions)

検索インデックス内のドキュメントの数を照会します。

CountAsync(IDocumentsOperations, SearchRequestOptions, CancellationToken)

検索インデックス内のドキュメントの数を照会します。

Get(IDocumentsOperations, String, IEnumerable<String>, SearchRequestOptions)

検索インデックスからドキュメントを取得します。 https://docs.microsoft.com/rest/api/searchservice/Lookup-Document

Get<T>(IDocumentsOperations, String, IEnumerable<String>, SearchRequestOptions)

検索インデックスからドキュメントを取得します。 https://docs.microsoft.com/rest/api/searchservice/Lookup-Document

GetAsync(IDocumentsOperations, String, IEnumerable<String>, SearchRequestOptions, CancellationToken)

検索インデックスからドキュメントを取得します。 https://docs.microsoft.com/rest/api/searchservice/Lookup-Document

GetAsync<T>(IDocumentsOperations, String, IEnumerable<String>, SearchRequestOptions, CancellationToken)

検索インデックスからドキュメントを取得します。 https://docs.microsoft.com/rest/api/searchservice/Lookup-Document

Index(IDocumentsOperations, IndexBatch<Document>, SearchRequestOptions)

アップロード、マージ、削除アクションのバッチを検索インデックスに送信します。 https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents

Index<T>(IDocumentsOperations, IndexBatch<T>, SearchRequestOptions)

アップロード、マージ、削除アクションのバッチを検索インデックスに送信します。 https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents

IndexAsync(IDocumentsOperations, IndexBatch<Document>, SearchRequestOptions, CancellationToken)

アップロード、マージ、削除アクションのバッチを検索インデックスに送信します。 https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents

IndexAsync<T>(IDocumentsOperations, IndexBatch<T>, SearchRequestOptions, CancellationToken)

アップロード、マージ、削除アクションのバッチを検索インデックスに送信します。 https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents

Search(IDocumentsOperations, String, SearchParameters, SearchRequestOptions)

検索インデックス内のドキュメントを検索します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

Search<T>(IDocumentsOperations, String, SearchParameters, SearchRequestOptions)

検索インデックス内のドキュメントを検索します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

SearchAsync(IDocumentsOperations, String, SearchParameters, SearchRequestOptions, CancellationToken)

検索インデックス内のドキュメントを検索します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

SearchAsync<T>(IDocumentsOperations, String, SearchParameters, SearchRequestOptions, CancellationToken)

検索インデックス内のドキュメントを検索します。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

Suggest(IDocumentsOperations, String, String, SuggestParameters, SearchRequestOptions)

入力テキストと検索インデックス内の一致するドキュメントに基づいてクエリ用語を提案します。 https://docs.microsoft.com/rest/api/searchservice/Suggestions

Suggest<T>(IDocumentsOperations, String, String, SuggestParameters, SearchRequestOptions)

入力テキストと検索インデックス内の一致するドキュメントに基づいてクエリ用語を提案します。 https://docs.microsoft.com/rest/api/searchservice/Suggestions

SuggestAsync(IDocumentsOperations, String, String, SuggestParameters, SearchRequestOptions, CancellationToken)

入力テキストと検索インデックス内の一致するドキュメントに基づいてクエリ用語を提案します。 https://docs.microsoft.com/rest/api/searchservice/Suggestions

SuggestAsync<T>(IDocumentsOperations, String, String, SuggestParameters, SearchRequestOptions, CancellationToken)

入力テキストと検索インデックス内の一致するドキュメントに基づいてクエリ用語を提案します。 https://docs.microsoft.com/rest/api/searchservice/Suggestions

適用対象