Keyoti SearchUnit API Docs
IndexingInterval Property
API DocumentationKeyoti.SearchEngineConfigurationIndexingInterval
Keyoti SearchUnit v6
The length of time in days that must pass before the document is re-indexed.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int IndexingInterval { get; set; }
public int IndexingInterval { get; set; }
Public Property IndexingInterval As Integer
	Get
	Set
Public Property IndexingInterval As Integer
	Get
	Set
public:
property int IndexingInterval {
	int get ();
	void set (int value);
}
public:
property int IndexingInterval {
	int get ();
	void set (int value);
}
member IndexingInterval : int with get, set
member IndexingInterval : int with get, set
Property Value
Remarks
The minimum number of days that must pass before a document can be indexed again. This can be useful for sites with ASPX pages, that will always return last-modified-date today, regardless of whether the content has changed - settings this to 2 for example will mean that the page will not be reindexed unless 2 days have passed.

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