models Package
Classes
| AutocompleteItem |
The result of Autocomplete requests. |
| DocumentDebugInfo |
Contains debugging information that can be used to further explore your search results. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| ErrorDetail |
The error detail. |
| ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
| FacetResult |
A single bucket of a facet query result. Reports the number of documents with a field value falling within a particular range or having a particular value or interval. |
| IndexAction |
Represents an index action that operates on a document. |
| IndexDocumentsBatch |
Represent a batch of update operations for documents in an Azure Search index. Index operations are performed in the order in which they are added to the batch. |
| IndexingResult |
Status of an indexing operation for a single document. |
| LookupDocument |
A document retrieved via a document lookup operation. |
| QueryAnswerResult |
An answer is a text passage extracted from the contents of the most relevant documents that matched the query. Answers are extracted from the top search results. Answer candidates are scored and the top answers are selected. |
| QueryCaptionResult |
Captions are the most representative passages from the document relatively to the search query.
They are often used as document summary. Captions are only returned for queries of type
|
| QueryResultDocumentSubscores |
The breakdown of subscores between the text and vector query components of the search query for this document. Each vector query is shown as a separate object in the same order they were received. |
| SearchResult |
Contains a document found by a search query, plus associated metadata. |
| SingleVectorFieldResult |
A single vector field result. Both. |
| SuggestResult |
A result containing a document found by a suggestion query, plus associated metadata. |
| TextResult |
The BM25 or Classic score for the text portion of the query. |
| VectorQuery |
The query parameters for vector and hybrid search queries. You probably want to use the sub-classes and not this class directly. Known sub-classes are: VectorizableImageBinaryQuery, VectorizableImageUrlQuery, VectorizableTextQuery, VectorizedQuery |
| VectorizableImageBinaryQuery |
The query parameters to use for vector search when a base 64 encoded binary of an image that needs to be vectorized is provided. |
| VectorizableImageUrlQuery |
The query parameters to use for vector search when an url that represents an image value that needs to be vectorized is provided. |
| VectorizableTextQuery |
The query parameters to use for vector search when a text value that needs to be vectorized is provided. |
| VectorizedQuery |
The query parameters to use for vector search when a raw vector value is provided. |
| VectorsDebugInfo |
"Contains debugging information specific to vector and hybrid search."). |
Enums
| AutocompleteMode |
Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context in producing autocomplete terms. |
| IndexActionType |
The operation to perform on a document in an indexing batch. |
| QueryAnswerType |
This parameter is only valid if the query type is |
| QueryCaptionType |
This parameter is only valid if the query type is |
| QueryDebugMode |
Enables a debugging tool that can be used to further explore your search results. You can enable multiple debug modes simultaneously by separating them with a | character, for example: semantic|queryRewrites. |
| QueryType |
Specifies the syntax of the search query. The default is 'simple'. Use 'full' if your query uses the Lucene query syntax and 'semantic' if query syntax is not needed. |
| ScoringStatistics |
A value that specifies whether we want to calculate scoring statistics (such as document frequency) globally for more consistent scoring, or locally, for lower latency. The default is 'local'. Use 'global' to aggregate scoring statistics globally before scoring. Using global scoring statistics can increase latency of search queries. |
| SearchMode |
Specifies whether any or all of the search terms must be matched in order to count the document as a match. |
| SemanticErrorMode |
Allows the user to choose whether a semantic call should fail completely, or to return partial results. |
| SemanticErrorReason |
Reason that a partial response was returned for a semantic ranking request. |
| SemanticSearchResultsType |
Type of partial response that was returned for a semantic ranking request. |
| VectorFilterMode |
Determines whether or not filters are applied before or after the vector search is performed. |
| VectorQueryKind |
The kind of vector query being performed. |