public class FullTextIndex extends Index
AbstractIndex.IndexType, AbstractIndex.QueryLanguage
Modifier and Type | Method and Description |
---|---|
FullTextIndex |
ignoreAccents(boolean ignoreAccents)
Set true to ignore accents/diacritical marks.
|
FullTextIndex |
setLanguage(String language)
The language code which is an ISO-639 language such as "en", "fr", etc.
|
toString
@NonNull public FullTextIndex setLanguage(@Nullable String language)
@NonNull public FullTextIndex ignoreAccents(boolean ignoreAccents)