SearchSemanticSearch Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.
public enum SearchSemanticSearch
type SearchSemanticSearch =
Public Enum SearchSemanticSearch
- Inheritance
-
SearchSemanticSearch
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Indicates that semantic reranker is disabled for the search service. This is the default. |
Free | 1 | Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services. |
Standard | 2 | Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries. |
Applies to
Azure SDK for .NET