See: Description
| Class | Description |
|---|---|
| AutocompleteItem |
The result of Autocomplete requests.
|
| AutocompleteOptions |
Additional parameters for autocompleteGet operation.
|
| AutocompleteResult |
The result of Autocomplete query.
|
| FacetResult |
A single bucket of a facet query result.
|
| IndexAction<T> |
Represents an index action that operates on a document.
|
| IndexBatchBase<T> |
Contains a batch of document write actions to send to the index.
|
| IndexDocumentsOptions |
Options for document index operations.
|
| IndexDocumentsResult |
Response containing the status of operations for all documents in the
indexing request.
|
| IndexingResult |
Status of an indexing operation for a single document.
|
| RangeFacetResult<T> |
A single bucket of a range facet query result that reports the number of documents
with a field value falling within a particular range.
|
| ScoringParameter |
Represents a parameter value to be used in scoring functions (for example, referencePointParameter).
|
| SearchOptions |
Additional parameters for searchGet operation.
|
| SearchResult |
Contains a document found by a search query, plus associated metadata.
|
| SuggestOptions |
Additional parameters for suggestGet operation.
|
| SuggestResult |
A result containing a document found by a suggestion query, plus associated
metadata.
|
| ValueFacetResult<T> |
A single bucket of a simple or interval facet query result that reports the number of documents with a field
falling within a particular interval or having a specific value.
|
| Enum | Description |
|---|---|
| AutocompleteMode |
Defines values for AutocompleteMode.
|
| IndexActionType |
Defines values for IndexActionType.
|
| QueryType |
Defines values for QueryType.
|
| SearchMode |
Defines values for SearchMode.
|
| Exception | Description |
|---|---|
| IndexBatchException |
An
IndexBatchException is thrown whenever Azure Cognitive Search index call was only partially successful. |
Copyright © 2020 Microsoft Corporation. All rights reserved.