| IndexPropertiesCaseSensitive Property |
Indicates whether the indexer will take capitalization into account in indexing words.
Namespace:
Law.EdaIntegration.Indexing
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public bool CaseSensitive { get; set; }
Property Value
Type:
BooleanRemarks
In a case-sensitive index, "CREDIT", "Credit", and "credit" would be three different
words. This option can be useful, for example, when you are searching for a term,
such as a capitalized name that can be confused with a common non-capitalized word.
See Also