| 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 bool AccentSensitive { get; set; }
Property Value
Type:
BooleanRemarks
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