Share via


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

IIndexesOperations 接口

定义

IndexesOperations 操作。

public interface IIndexesOperations
type IIndexesOperations = interface
Public Interface IIndexesOperations

属性

Client

获取对此操作组基础的 SearchServiceClient 的引用。

方法

AnalyzeWithHttpMessagesAsync(String, AnalyzeRequest, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

显示分析器如何将文本分解为标记。 https://docs.microsoft.com/rest/api/searchservice/test-analyzer

CreateOrUpdateWithHttpMessagesAsync(Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

创建新的搜索索引或更新索引(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateOrUpdateWithHttpMessagesAsync(String, Index, Nullable<Boolean>, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

创建新的搜索索引或更新索引(如果已存在)。 https://docs.microsoft.com/rest/api/searchservice/Update-Index

CreateWithHttpMessagesAsync(Index, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

创建新的搜索索引。 https://docs.microsoft.com/rest/api/searchservice/Create-Index

DeleteWithHttpMessagesAsync(String, SearchRequestOptions, AccessCondition, Dictionary<String,List<String>>, CancellationToken)

删除搜索索引及其包含的所有文档。 https://docs.microsoft.com/rest/api/searchservice/Delete-Index

ExistsWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

确定搜索服务中是否存在给定索引。

GetStatisticsWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

返回给定索引的统计信息,包括文档计数和存储使用情况。 https://docs.microsoft.com/rest/api/searchservice/Get-Index-Statistics

GetWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

检索索引定义。 https://docs.microsoft.com/rest/api/searchservice/Get-Index

ListWithHttpMessagesAsync(String, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

列出可用于搜索服务的所有索引。 https://docs.microsoft.com/rest/api/searchservice/List-Indexes

扩展方法

GetClient(IIndexesOperations, String)

创建新的索引客户端,用于查询和管理给定索引中的文档。

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

适用于