Class CorpusIndexingOptions
Specifies indexing options of a corpus.
Syntax
public class CorpusIndexingOptions
Fields
EnableExpressIndexing
Enable express index update for small edits
Declaration
public bool EnableExpressIndexing
Type
BooleanIndexingEnabled
Enables or suspends indexing a corpus. Suspending superseeds all other options in this class.
Declaration
public bool IndexingEnabled
Type
BooleanIndexOnlyWhenPublished
Only update the index when the corpus is published.
Declaration
public bool IndexOnlyWhenPublished
Type
BooleanSchedule
Defines the schedule for indexing (i.e. when to index content)
Declaration
public CorpusIndexingSchedule Schedule