Class FullTextIndex

java.lang.Object
com.couchbase.lite.Index
com.couchbase.lite.FullTextIndex

public final class FullTextIndex extends Index
Index for Full-Text search
  • Method Details

    • setLanguage

      @NonNull public FullTextIndex setLanguage(@Nullable String language)
      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

      @Nullable public String getLanguage()
    • ignoreAccents

      @NonNull public FullTextIndex ignoreAccents(boolean ignoreAccents)
      Set true to ignore accents/diacritical marks. The default is false.
    • isIgnoringAccents

      public boolean isIgnoringAccents()