Create a Indexes.
Reference to the service client.
Shows how an analyzer breaks text into tokens.
The name of the index for which to test an analyzer.
The text and analyzer or analysis components to test.
Promise<Models.IndexesAnalyzeResponse>
The name of the index for which to test an analyzer.
The text and analyzer or analysis components to test.
The callback
The name of the index for which to test an analyzer.
The text and analyzer or analysis components to test.
The optional parameters
The callback
Creates a new search index.
The definition of the index to create.
Promise<Models.IndexesCreateResponse>
The definition of the index to create.
The callback
The definition of the index to create.
The optional parameters
The callback
Creates a new search index or updates an index if it already exists.
The definition of the index to create or update.
The definition of the index to create or update.
Promise<Models.IndexesCreateOrUpdateResponse>
The definition of the index to create or update.
The definition of the index to create or update.
The callback
The definition of the index to create or update.
The definition of the index to create or update.
The optional parameters
The callback
Deletes a search index and all the documents it contains.
The name of the index to delete.
Promise<coreHttp.RestResponse>
The name of the index to delete.
The callback
The name of the index to delete.
The optional parameters
The callback
Retrieves an index definition.
The name of the index to retrieve.
Promise<Models.IndexesGetResponse>
The name of the index to retrieve.
The callback
The name of the index to retrieve.
The optional parameters
The callback
Returns statistics for the given index, including a document count and storage usage.
The name of the index for which to retrieve statistics.
Promise<Models.IndexesGetStatisticsResponse>
The name of the index for which to retrieve statistics.
The callback
The name of the index for which to retrieve statistics.
The optional parameters
The callback
Lists all indexes available for a search service.
Promise<Models.IndexesListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a Indexes.