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

SearchParameters.QueryType 属性

定义

获取或设置一个值,该值指定搜索查询的语法。 默认值为“simple”。 如果查询使用 Lucene 查询语法,请使用“full”。 可能的值包括:“simple”、“full”

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Search.Models.QueryType QueryType { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.QueryType : Microsoft.Azure.Search.Models.QueryType with get, set
Public Property QueryType As QueryType

属性值

属性
Newtonsoft.Json.JsonIgnoreAttribute

适用于