Keyoti Search for ASP.NET API Docs
ServiceRebuildFrequency Property
API DocumentationKeyoti.SearchEngineConfigurationServiceRebuildFrequency
Keyoti Search for ASP.NET 2010
Indexing interval (hours)
Declaration Syntax
C#Visual BasicVisual C++
public int ServiceRebuildFrequency { get; set; }
Public Property ServiceRebuildFrequency As Integer
public:
property int ServiceRebuildFrequency {
	int get ();
	void set (int value);
}
Remarks
Sets how many hours should pass since the last index operation before reindexing is performed. Eg. if indexing is first started at 1am, and this is set to 24, then indexing will be performed every morning at 1am. If this were set to 72, then indexing would happen every 3 days.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609