Click or drag to resize

IIndexPropertiesCaseSensitive Property

Indicates whether the indexer will take capitalization into account in indexing words.

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

Property Value

Type: Boolean
Remarks
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