Keyoti Search for ASP.NET API Docs
IndexingInterval Property
API DocumentationKeyoti.SearchEngineConfigurationIndexingInterval
Keyoti Search for ASP.NET 2010
The length of time in days that must pass before the document is re-indexed.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexingInterval { get; set; }
Public Property IndexingInterval As Integer
public:
property int IndexingInterval {
	int get ();
	void set (int 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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609