Location.EnableStemming 属性
获取或设置一个布尔值,指定是否启用词干。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property EnableStemming As Boolean
Get
Set
用法
Dim instance As Location
Dim value As Boolean
value = instance.EnableStemming
instance.EnableStemming = value
public bool EnableStemming { get; set; }
属性值
类型:System.Boolean
true如果启用词根。否则为false。