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.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public bool CaseSensitive { get; set; }
public:
property bool CaseSensitive {
bool get ();
void set (bool value);
}
Property Value
Boolean