Keyoti SearchUnit API Docs
IgnoreLastModifiedDate Property
API DocumentationKeyoti.SearchEngineConfigurationIgnoreLastModifiedDate
Keyoti SearchUnit v6
Whether to ignore the 'last modified date' returned from the server, during build operations.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool IgnoreLastModifiedDate { get; set; }
public bool IgnoreLastModifiedDate { get; set; }
Public Property IgnoreLastModifiedDate As Boolean
	Get
	Set
Public Property IgnoreLastModifiedDate As Boolean
	Get
	Set
public:
property bool IgnoreLastModifiedDate {
	bool get ();
	void set (bool value);
}
public:
property bool IgnoreLastModifiedDate {
	bool get ();
	void set (bool value);
}
member IgnoreLastModifiedDate : bool with get, set
member IgnoreLastModifiedDate : bool with get, set
Property Value
Remarks
If this is false then files will not be indexed again if they have not changed since the last time they were indexed. It is recommended to set this to false, as this will prevent redundent reindexing. Setting true is useful after changing configuration settings as it will mean any document will be reindexed regardless of whether it changed according to the date - also see UseFileSizeToIdentifyChange.

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