Query.IgnoreAllNoiseQuery 属性 (Microsoft.Office.Server.Search.Query)

Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words.

命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Property IgnoreAllNoiseQuery As Boolean
用法
Dim instance As Query
Dim value As Boolean

value = instance.IgnoreAllNoiseQuery

instance.IgnoreAllNoiseQuery = value
public bool IgnoreAllNoiseQuery { get; set; }

属性值

true if search queries containing only noise words are executed; otherwise, false.

备注

The default value is true.

另请参阅

参考

Query 类
Query 成员
Microsoft.Office.Server.Search.Query 命名空间