Share via


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

IDocumentsOperations 接口

定义

定义用于查询索引以及上传、合并和删除文档的操作。 https://docs.microsoft.com/rest/api/searchservice/Document-operations

public interface IDocumentsOperations
type IDocumentsOperations = interface
Public Interface IDocumentsOperations

方法

AutocompleteWithHttpMessagesAsync(String, String, AutocompleteParameters, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

查询搜索索引中的文档数。

ContinueSearchWithHttpMessagesAsync(SearchContinuationToken, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

从搜索索引中检索下一页搜索结果。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

ContinueSearchWithHttpMessagesAsync<T>(SearchContinuationToken, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

从搜索索引中检索下一页搜索结果。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

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

查询搜索索引中的文档数。

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

从搜索索引中检索文档。 https://docs.microsoft.com/rest/api/searchservice/Lookup-Document

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

从搜索索引中检索文档。 https://docs.microsoft.com/rest/api/searchservice/Lookup-Document

IndexWithHttpMessagesAsync(IndexBatch<Document>, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

将一批上传、合并和/或删除操作发送到搜索索引。 https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents

IndexWithHttpMessagesAsync<T>(IndexBatch<T>, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

将一批上传、合并和/或删除操作发送到搜索索引。 https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents

SearchWithHttpMessagesAsync(String, SearchParameters, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

在搜索索引中搜索文档。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

SearchWithHttpMessagesAsync<T>(String, SearchParameters, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

在搜索索引中搜索文档。 https://docs.microsoft.com/rest/api/searchservice/Search-Documents

SuggestWithHttpMessagesAsync(String, String, SuggestParameters, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

根据输入文本和搜索索引中的匹配文档建议查询词。 https://docs.microsoft.com/rest/api/searchservice/Suggestions

SuggestWithHttpMessagesAsync<T>(String, String, SuggestParameters, SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

根据输入文本和搜索索引中的匹配文档建议查询词。 https://docs.microsoft.com/rest/api/searchservice/Suggestions

扩展方法

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

适用于