metaTextScore

fun <T> metaTextScore(property: KProperty<T>): Bson

Create a sort specification for the text score meta projection on the given property.

Return

the sort specification @mongodb.driver.manual reference/operator/getProjection/meta/#sort textScore

Parameters

property

the data class property