Keyoti SearchUnit API Docs
IgnoreCommonResourceTypes Property
API DocumentationKeyoti.SearchEngineConfigurationIgnoreCommonResourceTypes
Keyoti SearchUnit v6
Whether to ignore links to common resource types, eg. .jpg, .gif, .js.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool IgnoreCommonResourceTypes { get; set; }
public bool IgnoreCommonResourceTypes { get; set; }
Public Property IgnoreCommonResourceTypes As Boolean
	Get
	Set
Public Property IgnoreCommonResourceTypes As Boolean
	Get
	Set
public:
property bool IgnoreCommonResourceTypes {
	bool get ();
	void set (bool value);
}
public:
property bool IgnoreCommonResourceTypes {
	bool get ();
	void set (bool value);
}
member IgnoreCommonResourceTypes : bool with get, set
member IgnoreCommonResourceTypes : bool with get, set
Property Value
Remarks
Setting this true (default) improves crawl speed but opens the possibility for false hits and the chance that pages will be ignored if URL rewriting is used (for example). Setting to false is safest but incurrs a speed penalty in the crawler.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120