Package com.couchbase.lite
Class FullTextIndexConfiguration
java.lang.Object
com.couchbase.lite.AbstractIndex
com.couchbase.lite.IndexConfiguration
com.couchbase.lite.FullTextIndexConfiguration
Full Text Index Configuration
-
Nested Class Summary
Nested classes/interfaces inherited from class com.couchbase.lite.AbstractIndex
AbstractIndex.IndexType, AbstractIndex.QueryLanguage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionignoreAccents
(boolean ignoreAccents) Set the true value to ignore accents/diacritical marks.boolean
setLanguage
(String language) The language code which is an ISO-639 language such as "en", "fr", etc.Methods inherited from class com.couchbase.lite.IndexConfiguration
getExpressions
Methods inherited from class com.couchbase.lite.AbstractIndex
toString
-
Constructor Details
-
FullTextIndexConfiguration
-
-
Method Details
-
setLanguage
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. If not explicitly set, the current locale's language will be used. Setting a null, empty, or unrecognized value will disable the language features. -
getLanguage
-
ignoreAccents
Set the true value to ignore accents/diacritical marks. The default value is false. -
isIgnoringAccents
public boolean isIgnoringAccents()
-