![]() | IIndexProperties Interface |
Namespace: EdaIntegrationContract.Indexing
public interface IIndexProperties
The IIndexProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccentSensitive |
Indicates whether to treat accents as significant when comparing letters.
|
![]() | AutoRecognizeDates |
Indicates that the indexer should automatically scan for anything that looks like a
date, e-mail address or credit card number.
|
![]() | CaseSensitive |
Indicates whether the indexer will take capitalization into account in indexing words.
|
![]() | HyphenTreatment |
Indicates how hyphenated words should be treated during indexing.
|
![]() | IndexingEnabled |
Indicates whether to run indexing automatically when documents are added to the case.
|
![]() | MaxIndexingWorkers |
The maximum number of processes that will be used during the indexing process, up to
a maximum of 32.
Valid vales are 0-8, 12, 16, 20, 24, 28, 32 |
![]() | MaxSearchWorkers |
The maximum number of processes that will be used during search processing, up to
a maximum of 16.
Valid vales are 0-8, 12, 16 |
![]() | ReindexingRequired |
Indicates that an indexing property was changed that requires reindexing all documents.
|
![]() | UseLocalTempFolder |
Indicates whether indexing should use a local temporary folder for temporary files
created during the indexing process.
|
![]() | WorkBreakCJK |
Indicates whether the indexer should insert work breaks between Chinese, Japanese
and Korean characters.
|