lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.search
/
MaxScoreAccumulator
Max
Score
Accumulator
class
MaxScoreAccumulator
Maintains the maximum score and its corresponding document id concurrently
Members
Constructors
Max
Score
Accumulator
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
acc
Link copied to clipboard
val
acc
:
AtomicLong
mod
Interval
Link copied to clipboard
var
modInterval
:
Long
raw
Link copied to clipboard
val
raw
:
Long
Functions
accumulate
Link copied to clipboard
fun
accumulate
(
docId
:
Int
,
score
:
Float
)