Used for case sensitivity settings.
Declaration Syntax
C# | Visual Basic |
public enum CaseSensitivity
Public Enumeration CaseSensitivity
Members
Member | Description |
---|---|
CaseSensitive |
The case of indexed words matters.
|
CaseInsensitive |
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