Click or drag to resize

IIndexPropertiesAccentSensitive Property

Indicates whether to treat accents as significant when comparing letters.

Namespace:  EdaIntegrationContract.Indexing
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
bool AccentSensitive { get; set; }

Property Value

Type: Boolean
Remarks
For most situations this is not recommended because this option increases the chance of missing the retrieval of a document if an accent was omitted in one letter.
See Also