IndexContentCriteriaCaseSensitive Property

Gets or sets the flag indicating whether or not the index stores case sensitive information. By default case-sensitive searching is switched off, since case sensitive searching requires the index to include the case-sensitive variants of the same word and therefore increases the size of the index.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public bool CaseSensitive { get; set; }

Property Value

Boolean

See Also