lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.search
/
CheckHits
/
SetCollector
Set
Collector
class
SetCollector
(
val
bag
:
MutableSet
<
Int
>
)
:
SimpleCollector
Just collects document ids into a set.
Members
Constructors
Set
Collector
Link copied to clipboard
constructor
(
bag
:
MutableSet
<
Int
>
)
Properties
bag
Link copied to clipboard
val
bag
:
MutableSet
<
Int
>
scorer
Link copied to clipboard
open
override
var
scorer
:
Scorable
?
weight
Link copied to clipboard
open
override
var
weight
:
Weight
?
Functions
collect
Link copied to clipboard
open
fun
collect
(
stream
:
DocIdStream
)
open
override
fun
collect
(
doc
:
Int
)
competitive
Iterator
Link copied to clipboard
open
fun
competitiveIterator
(
)
:
DocIdSetIterator
?
finish
Link copied to clipboard
open
fun
finish
(
)
get
Leaf
Collector
Link copied to clipboard
open
override
fun
getLeafCollector
(
context
:
LeafReaderContext
)
:
LeafCollector
score
Mode
Link copied to clipboard
open
override
fun
scoreMode
(
)
:
ScoreMode