FullTextIndex
public final class FullTextIndex : Index, CBLIndexConvertibleA full-text search index for full-text search query with the match operator.
- 
                  
                  Set to true ignore accents/diacritical marks. The default value is false. DeclarationSwift public func ignoreAccents(_ ignoreAccents: Bool) -> SelfParametersignoreAccentsThe ignore accent value. Return ValueThe FTSIndex instance. 
- 
                  
                  The language code which is an ISO-639 language code such as “en”, “fr”, etc. Setting the language code affects how word breaks and word stems are parsed. Without setting the language code, the current locale’s language will be used. Setting nil value or “” value to disable the language features. DeclarationSwift public func language(_ language: String?) -> SelfParameterslanguageThe language code. Return ValueThe FTSIndex instance. 
 FullTextIndex Class Reference
        FullTextIndex Class Reference