| IndexPropertiesAccentSensitive Property |
Indicates whether to treat accents as significant when comparing letters.
Namespace:
Law.EdaIntegration.Indexing
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public 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