CBLFullTextIndex
@interface CBLFullTextIndex : CBLIndexUndocumented
- 
                  
                  Set the true value to ignore accents/diacritical marks. The default value is false. DeclarationObjective-C @property (assign, readwrite, nonatomic) BOOL ignoreAccents;Swift var ignoreAccents: Bool { get set }
- 
                  
                  The language code which is an ISO-639 language such as en ,fr , etc. Setting the language code affects how word breaks and word stems are parsed. Without setting the value, the current locale’s language will be used. Setting a nil or “” value to disable the language features.DeclarationObjective-C @property (readwrite, copy, nonatomic, nullable) NSString *language;Swift var language: String? { get set }
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLFullTextIndex Class Reference
        CBLFullTextIndex Class Reference