IDocumentOperations Interface
Applies To: Microsoft Azure
Operations for querying an index and uploading, merging, and deleting documents. (see https://msdn.microsoft.com/library/azure/dn800962.aspx for more information)
Namespace: Microsoft.Azure.Search
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public interface IDocumentOperations
public interface class IDocumentOperations
type IDocumentOperations = interface end
Public Interface IDocumentOperations
Methods
Extension Methods
| Name | Description | |
|---|---|---|
![]() |
ContinueSearch(SearchContinuationToken) | Overloaded. Retrieves the next page of search results from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
ContinueSearchAsync(SearchContinuationToken) | Overloaded. Retrieves the next page of search results from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Count() | Queries the number of documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798924.aspx for more information) (Defined by DocumentOperationsExtensions.) |
![]() |
CountAsync() | Queries the number of documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798924.aspx for more information) (Defined by DocumentOperationsExtensions.) |
![]() |
Get(String) | Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Get(String, IEnumerable<String>) | Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
GetAsync(String) | Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
GetAsync(String, IEnumerable<String>) | Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Index(IndexBatch) | Overloaded. Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Index<T>(IndexBatch<T>) | Overloaded. Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
IndexAsync(IndexBatch) | Overloaded. Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
IndexAsync<T>(IndexBatch<T>) | Overloaded. Sends a batch of upload, merge, and/or delete actions to the Azure Search index. https://msdn.microsoft.com/library/azure/dn798935.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Search(String) | Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Search(String, SearchParameters) | Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
SearchAsync(String) | Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
SearchAsync(String, SearchParameters) | Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Suggest(String, String) | Overloaded. Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
Suggest(String, String, SuggestParameters) | Overloaded. Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
SuggestAsync(String, String) | Overloaded. Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx(Defined by DocumentOperationsExtensions.) |
![]() |
SuggestAsync(String, String, SuggestParameters) | Overloaded. Suggests query terms based on input text and matching documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798936.aspx(Defined by DocumentOperationsExtensions.) |
See Also
Microsoft.Azure.Search Namespace
Return to top
.jpeg)