SearchResultsBaseWebPart.IgnoreNoise Property
Gets or sets a Boolean value that specifies whether noise words are included in the search query passed to the federated location.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property IgnoreNoise As Boolean
Get
Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean
value = instance.IgnoreNoise
instance.IgnoreNoise = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool IgnoreNoise { get; set; }
Property Value
Type: System.Boolean
true if noise words are not included in the search query; otherwise, false if they are included in the search query.
See Also
Reference
SearchResultsBaseWebPart Class