FullTextIndexConfiguration
expect constructor(vararg expressions: String, where: String? = null, ignoreAccents: Boolean = Defaults.FullTextIndex.IGNORE_ACCENTS, language: String? = NOT_SPECIFIED)(source)
expect constructor(expressions: List<String>, where: String? = null, ignoreAccents: Boolean = Defaults.FullTextIndex.IGNORE_ACCENTS, language: String? = NOT_SPECIFIED)(source)
Initializes a full-text index using an array of SQL++ expression strings, with an optional where clause for partial indexing.