The length of time in days that must pass before the document is re-indexed.
Declaration Syntax
C# | Visual Basic | Visual 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.