score

fun score(doc: Int, freq: Float): Float

Score the provided document assuming the given term document frequency. This method must be called on non-decreasing sequences of doc ids.

See also