Share via


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

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

适用于