![]() |
Couchbase Lite
Objective-C API for iOS and Mac OS
|
Options for creating a database index.
Public Attributes | |
const char *_Nullable | language |
Full-text: Language code, e.g. More... | |
BOOL | ignoreDiacritics |
Full-text: True to ignore accents/diacritical marks. More... | |
const char* _Nullable CBLIndexOptions::language |
Full-text: Language code, e.g.
"en" or "de". This affects how word breaks and word stems are parsed. NULL for current locale, "" to disable stemming.
BOOL CBLIndexOptions::ignoreDiacritics |
Full-text: True to ignore accents/diacritical marks.