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

SimpleField.IsSortable 属性

定义

获取或设置一个值,该值指示是否可以在表达式中 $orderby 引用字段。 默认值为 false。

public bool IsSortable { get; set; }
member this.IsSortable : bool with get, set
Public Property IsSortable As Boolean

属性值

注解

默认情况下,Azure 认知搜索按分数对结果进行排序,但在许多体验中,用户可能需要按文档中的字段进行排序。

适用于