rank

expect fun rank(indexName: String): Expression(source)

Creates a full-text rank function with the given full-text index name. The rank function indicates how well the current query result matches the full-text query when performing the match comparison.

Return

The full-text rank function.

Parameters

indexName

The index name.

actual fun rank(indexName: String): Expression(source)
actual fun rank(indexName: String): Expression(source)