Share via


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

IndexesOperationsExtensions 类

定义

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 () 。 这将节省带宽和资源利用率,尤其是在搜索服务具有许多索引时。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

ListNamesAsync(IIndexesOperations, SearchRequestOptions, CancellationToken)

列出可用于搜索服务的所有索引的名称。 如果只需要索引名称,请使用此名称而不是 List () 。 这将节省带宽和资源利用率,尤其是在搜索服务具有许多索引时。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

适用于