MaxScoreAccumulator

Maintains the maximum score and its corresponding document id concurrently

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val raw: Long

Functions

Link copied to clipboard
fun accumulate(docId: Int, score: Float)