Click or drag to resize

IndexProperties Properties

The IndexProperties type exposes the following members.

Properties
  NameDescription
Public propertyAccentSensitive
Indicates whether to treat accents as significant when comparing letters.
Public propertyAutoRecognizeDates
Indicates that the indexer should automatically scan for anything that looks like a date, e-mail address or credit card number.
Public propertyCaseSensitive
Indicates whether the indexer will take capitalization into account in indexing words.
Public propertyHyphenTreatment
Indicates how hyphenated words should be treated during indexing.
Public propertyCode exampleIndexedFields
The set of possible fields to index and whether or not they are included in the index.
Public propertyIndexingEnabled
Indicates whether to run indexing automatically when documents are added to the case.
Public propertyMaxIndexingWorkers
The maximum number of processes that will be used during the indexing process, up to a maximum of 16.

Valid vales are 0-8, 12, 16

Public propertyMaxSearchWorkers
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

Public propertyReindexingRequired
Indicates that an indexing property was changed that requires reindexing all documents.
Public propertyUseLocalTempFolder
Indicates whether indexing should use a local temporary folder for temporary files created during the indexing process.
Public propertyWorkBreakCJK
Indicates whether the indexer should insert work breaks between Chinese, Japanese and Korean characters.
Top
See Also