SearchResultsBaseWebPart.IgnoreNoise Property

Gets or sets a Boolean value that specifies whether stop words, also known as noise words, are included in the search query.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property IgnoreNoise As Boolean
    Get
    Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean

value = instance.IgnoreNoise

instance.IgnoreNoise = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool IgnoreNoise { get; set; }

Property Value

Type: System.Boolean
true if stop words are not included in the search query; otherwise, false if they are included in the search query.

See Also

Reference

SearchResultsBaseWebPart Class

SearchResultsBaseWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace