rank

actual fun rank(index: IndexExpression): Expression(source)
expect fun rank(index: IndexExpression): Expression(source)

Creates a full-text rank function with the given full-text index expression. 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

index

The full-text index expression.

actual fun rank(index: IndexExpression): Expression(source)
actual fun rank(index: IndexExpression): Expression(source)