Used for case sensitivity settings.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public enum CaseSensitivity
public enum CaseSensitivity
Public Enumeration CaseSensitivity
Public Enumeration CaseSensitivity
public enum class CaseSensitivity
public enum class CaseSensitivity
type CaseSensitivity
type 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: 2015.6.15.120