Keyoti Search for ASP.NET API Docs
ServiceRebuildHour Property
API DocumentationKeyoti.SearchEngineConfigurationServiceRebuildHour
Keyoti Search for ASP.NET 2010
The hour when the reindexing will start (int hour, 0-23)
Declaration Syntax
C#Visual BasicVisual C++
public int ServiceRebuildHour { get; set; }
Public Property ServiceRebuildHour As Integer
public:
property int ServiceRebuildHour {
	int get ();
	void set (int value);
}
Remarks
The hour of the day at which the first indexing operation will happen. Eg. if this is set to 1, then the index will be built at 1am - further, if the frequency is set to 6, then indexing will start at 1am, and be performed at 7am, 1pm, 7pm and again at 1am and so on.

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