Enum CorpusIndexingSchedule
Specifies indexing schedule for a corpus.
Syntax
public enum CorpusIndexingSchedule
Fields
Name | Description |
---|---|
Daily | Schedule index update daily. |
EveryEightHours | Schedule index update for every eight hours. |
EveryFourHours | Schedule index update for every four hours. |
EveryHour | Schedule index update for every hour. |
EveryTwelveHours | Schedule index update for every twelve hours. |
Once | Schedule index update to occur once, then disables indexing of the corpus. |
OnContentChanged | Update index immediately when content changes |
Weekly | Schedule index update weekly. |