setLanguage

expect fun setLanguage(language: String?): FullTextIndex(source)

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.

actual fun setLanguage(language: String?): FullTextIndex(source)
actual fun setLanguage(language: String?): FullTextIndex(source)