你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchSemanticSearch Enum

Definition

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