Create a Documents.
Reference to the service client.
Autocompletes incomplete query terms based on input text and matching terms in the index.
The incomplete term which should be auto-completed.
The name of the suggester as specified in the suggesters collection that's part of the index definition.
Promise<Models.DocumentsAutocompleteGetResponse>
The incomplete term which should be auto-completed.
The name of the suggester as specified in the suggesters collection that's part of the index definition.
The callback
The incomplete term which should be auto-completed.
The name of the suggester as specified in the suggesters collection that's part of the index definition.
The optional parameters
The callback
Autocompletes incomplete query terms based on input text and matching terms in the index.
The definition of the Autocomplete request.
Promise<Models.DocumentsAutocompletePostResponse>
The definition of the Autocomplete request.
The callback
The definition of the Autocomplete request.
The optional parameters
The callback
Queries the number of documents in the index.
Promise<Models.DocumentsCountResponse>
The callback
The optional parameters
The callback
Retrieves a document from the index.
The key of the document to retrieve.
Promise<Models.DocumentsGetResponse>
The key of the document to retrieve.
The callback
The key of the document to retrieve.
The optional parameters
The callback
Sends a batch of document write actions to the index.
The batch of index actions.
Promise<Models.DocumentsIndexResponse>
The batch of index actions.
The callback
The batch of index actions.
The optional parameters
The callback
Searches for documents in the index.
Promise<Models.DocumentsSearchGetResponse>
The callback
The optional parameters
The callback
Searches for documents in the index.
The definition of the Search request.
Promise<Models.DocumentsSearchPostResponse>
The definition of the Search request.
The callback
The definition of the Search request.
The optional parameters
The callback
Suggests documents in the index that match the given partial query text.
The search text to use to suggest documents. Must be at least 1 character, and no more than 100 characters.
The name of the suggester as specified in the suggesters collection that's part of the index definition.
Promise<Models.DocumentsSuggestGetResponse>
The search text to use to suggest documents. Must be at least 1 character, and no more than 100 characters.
The name of the suggester as specified in the suggesters collection that's part of the index definition.
The callback
The search text to use to suggest documents. Must be at least 1 character, and no more than 100 characters.
The name of the suggester as specified in the suggesters collection that's part of the index definition.
The optional parameters
The callback
Suggests documents in the index that match the given partial query text.
The Suggest request.
Promise<Models.DocumentsSuggestPostResponse>
The Suggest request.
The callback
The Suggest request.
The optional parameters
The callback
Generated using TypeDoc
Class representing a Documents.