Share via


Location.IgnoreAllNoiseQuery property

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

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property IgnoreAllNoiseQuery As Boolean
    Get
    Set
'Usage
Dim instance As Location
Dim value As Boolean

value = instance.IgnoreAllNoiseQuery

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

Property value

Type: System.Boolean
true if search queries containing only noise words are not executed; otherwise, false.

Remarks

Do not use this property with FAST Search Server 2010 for SharePoint; if used, it will be ignored.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace