CrawlRule.SuppressIndexing Property
Gets or sets a Boolean value that specifies whether the crawler should exclude the content of items that this rule applies to from the content index.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SuppressIndexing As Boolean
Get
Set
'Usage
Dim instance As CrawlRule
Dim value As Boolean
value = instance.SuppressIndexing
instance.SuppressIndexing = value
public bool SuppressIndexing { get; set; }
Property Value
Type: System.Boolean
true if the crawler should exclude the content; otherwise, false.
Remarks
The crawler will still crawl and enumerate links in content that this rule applies to, but their content will not be searchable.