IndexesOperationsExtensions クラス

定義

インデックスを管理するための操作。 https://docs.microsoft.com/rest/api/searchservice/Index-operations

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

メソッド

Analyze(IIndexesOperations, String, AnalyzeRequest, SearchRequestOptions)

アナライザーがテキストをトークンに分割する方法を示します。 https://docs.microsoft.com/rest/api/searchservice/test-analyzer

AnalyzeAsync(IIndexesOperations, String, AnalyzeRequest, SearchRequestOptions, CancellationToken)

アナライザーがテキストをトークンに分割する方法を示します。 https://docs.microsoft.com/rest/api/searchservice/test-analyzer

Create(IIndexesOperations, Index, SearchRequestOptions)

新しい検索インデックスを作成します。 https://docs.microsoft.com/rest/api/searchservice/Create-Index

CreateAsync(IIndexesOperations, Index, SearchRequestOptions, CancellationToken)

新しい検索インデックスを作成します。 https://docs.microsoft.com/rest/api/searchservice/Create-Index

CreateOrUpdate(IIndexesOperations, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition)

新しい検索インデックスを作成するか、インデックスが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdate(IIndexesOperations, String, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition)

新しい検索インデックスを作成するか、インデックスが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdateAsync(IIndexesOperations, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, CancellationToken)

新しい検索インデックスを作成するか、インデックスが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdateAsync(IIndexesOperations, String, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, CancellationToken)

新しい検索インデックスを作成するか、インデックスが既に存在する場合は更新します。 https://docs.microsoft.com/rest/api/searchservice/Update-Index

Delete(IIndexesOperations, String, SearchRequestOptions, AccessCondition)

検索インデックスと、それに含まれるすべてのドキュメントを削除します。 https://docs.microsoft.com/rest/api/searchservice/Delete-Index

DeleteAsync(IIndexesOperations, String, SearchRequestOptions, AccessCondition, CancellationToken)

検索インデックスと、それに含まれるすべてのドキュメントを削除します。 https://docs.microsoft.com/rest/api/searchservice/Delete-Index

Exists(IIndexesOperations, String, SearchRequestOptions)

指定したインデックスが検索サービスに存在するかどうかを判断します。

ExistsAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

指定したインデックスが検索サービスに存在するかどうかを判断します。

Get(IIndexesOperations, String, SearchRequestOptions)

インデックス定義を取得します。 https://docs.microsoft.com/rest/api/searchservice/Get-Index

GetAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

インデックス定義を取得します。 https://docs.microsoft.com/rest/api/searchservice/Get-Index

GetStatistics(IIndexesOperations, String, SearchRequestOptions)

ドキュメント数やストレージ使用量など、指定されたインデックスの統計を返します。 https://docs.microsoft.com/rest/api/searchservice/Get-Index-Statistics

GetStatisticsAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

ドキュメント数やストレージ使用量など、指定されたインデックスの統計を返します。 https://docs.microsoft.com/rest/api/searchservice/Get-Index-Statistics

List(IIndexesOperations, String, SearchRequestOptions)

検索サービスで使用できるすべてのインデックスを一覧表示します。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListAsync(IIndexesOperations, String, SearchRequestOptions, CancellationToken)

検索サービスで使用できるすべてのインデックスを一覧表示します。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListNames(IIndexesOperations, SearchRequestOptions)

検索サービスで使用できるすべてのインデックスの名前を一覧表示します。 インデックス名のみが必要な場合は、List() の代わりにこれを使用します。 特に Search Service に多数のインデックスがある場合は、帯域幅とリソース使用率が節約されます。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListNamesAsync(IIndexesOperations, SearchRequestOptions, CancellationToken)

検索サービスで使用できるすべてのインデックスの名前を一覧表示します。 インデックス名のみが必要な場合は、List() の代わりにこれを使用します。 特に Search Service に多数のインデックスがある場合は、帯域幅とリソース使用率が節約されます。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

適用対象