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