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
|