Query.EnableStemming 属性 (Microsoft.Office.Server.Search.Query)
Gets or sets a Boolean value that specifies whether stemming is enabled.
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property EnableStemming As Boolean
用法
Dim instance As Query
Dim value As Boolean
value = instance.EnableStemming
instance.EnableStemming = value
public bool EnableStemming { get; set; }
属性值
true if the stemming is enabled; otherwise, false.
备注
When using the FullTextSqlQuery class, this property only applies to search terms specified in the 企业级搜索 SQL 语法中的 FREETEXT 谓词.
The default value is false.