Keyoti Search for ASP.NET API Docs
CASE_SENSITIVITY Enumeration
API DocumentationKeyoti.SearchEngine.DataAccessCASE_SENSITIVITY
Keyoti Search for ASP.NET 2010
Used for case sensitivity settings.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Please use CaseSensitivity enum instead, which is identical except with corrected naming convention.", 
	true)]
public enum CASE_SENSITIVITY
<ObsoleteAttribute("Please use CaseSensitivity enum instead, which is identical except with corrected naming convention.",  _
	True)> _
Public Enumeration CASE_SENSITIVITY
[ObsoleteAttribute(L"Please use CaseSensitivity enum instead, which is identical except with corrected naming convention.", 
	true)]
public enum class CASE_SENSITIVITY
Members
MemberDescription
CASE_SENSITIVE
The case of indexed words matters.

CASE_INSENSITIVE
The case of indexed words doesn't matter.

CAPITALIZATION
The capitalization of the word matters, if the query is in lower case then matches will be made with words in any case, however if the query is capitalized (eg. 'Query') then it will only match words that are capitalized.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609