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

Name Description
System_CAPS_pubmethod ContinueSearchAsync(SearchContinuationToken, CancellationToken)

Retrieves the next page of search results from the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798927.aspx for more information)

System_CAPS_pubmethod ContinueSearchAsync<T>(SearchContinuationToken, CancellationToken)

Retrieves the next page of search results from the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798927.aspx for more information)

System_CAPS_pubmethod CountAsync(CancellationToken)

Queries the number of documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798924.aspx for more information)

System_CAPS_pubmethod GetAsync(String, IEnumerable<String>, CancellationToken)

Retrieves a document from the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798929.aspx for more information)

System_CAPS_pubmethod GetAsync<T>(String, IEnumerable<String>, CancellationToken)

Retrieves a document from the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798929.aspx for more information)

System_CAPS_pubmethod IndexAsync(IndexBatch, CancellationToken)

Sends a batch of upload, merge, and/or delete actions to the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798935.aspx for more information)

System_CAPS_pubmethod IndexAsync<T>(IndexBatch<T>, CancellationToken)

Sends a batch of upload, merge, and/or delete actions to the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798935.aspx for more information)

System_CAPS_pubmethod SearchAsync(String, SearchParameters, CancellationToken)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethod SearchAsync<T>(String, SearchParameters, CancellationToken)

Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx

System_CAPS_pubmethod SuggestAsync(String, String, SuggestParameters, CancellationToken)

Suggests query terms based on input text and matching documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798936.aspx for more information)

System_CAPS_pubmethod SuggestAsync<T>(String, String, SuggestParameters, CancellationToken)

Suggests query terms based on input text and matching documents in the Azure Search index. (see https://msdn.microsoft.com/library/azure/dn798936.aspx for more information)

Extension Methods

Name Description
System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod Get(String)

Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod Get(String, IEnumerable<String>)

Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, IEnumerable<String>)

Overloaded. Retrieves a document from the Azure Search index. https://msdn.microsoft.com/library/azure/dn798929.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod Search(String)

Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod Search(String, SearchParameters)

Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod SearchAsync(String)

Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod SearchAsync(String, SearchParameters)

Overloaded. Searches for documents in the Azure Search index. https://msdn.microsoft.com/library/azure/dn798927.aspx(Defined by DocumentOperationsExtensions.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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