ManagedProperty.LengthNormalization 属性
请注意:此 API 现在已过时。
此属性已被弃用,不应使用。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<ObsoleteAttribute("This property is deprecated. It does not take effect on ranking, please use RankingModel class.")> _
Public Property LengthNormalization As Single
Get
Set
用法
Dim instance As ManagedProperty
Dim value As Single
value = instance.LengthNormalization
instance.LengthNormalization = value
[ObsoleteAttribute("This property is deprecated. It does not take effect on ranking, please use RankingModel class.")]
public float LengthNormalization { get; set; }