Indexing interval (hours)
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public int ServiceRebuildFrequency { get; set; }
public int ServiceRebuildFrequency { get; set; }
Public Property ServiceRebuildFrequency As Integer Get Set
Public Property ServiceRebuildFrequency As Integer Get Set
public: property int ServiceRebuildFrequency { int get (); void set (int value); }
public: property int ServiceRebuildFrequency { int get (); void set (int value); }
member ServiceRebuildFrequency : int with get, set
member ServiceRebuildFrequency : int with get, set
Property 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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120