Couchbase Lite
Objective-C API for iOS and Mac OS
Public Attributes | List of all members
CBLIndexOptions Struct Reference

Detailed Description

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...
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: