Keyoti SearchUnit API Docs
CASE_SENSITIVITY Enumeration
API DocumentationKeyoti.SearchEngine.DataAccessCASE_SENSITIVITY
Keyoti SearchUnit v6
Used for case sensitivity settings.
Declaration Syntax
C#Visual Basic
[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
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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610