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.index
/
AssertingLeafReader
/
AssertingBinaryDocValues
Asserting
Binary
Doc
Values
class
AssertingBinaryDocValues
(
in
:
BinaryDocValues
,
maxDoc
:
Int
)
:
BinaryDocValues
Wraps a BinaryDocValues but with additional asserts
Members
Constructors
Asserting
Binary
Doc
Values
Link copied to clipboard
constructor
(
in
:
BinaryDocValues
,
maxDoc
:
Int
)
Functions
advance
Link copied to clipboard
open
override
fun
advance
(
target
:
Int
)
:
Int
advance
Exact
Link copied to clipboard
open
override
fun
advanceExact
(
target
:
Int
)
:
Boolean
binary
Value
Link copied to clipboard
open
override
fun
binaryValue
(
)
:
BytesRef
?
cost
Link copied to clipboard
open
override
fun
cost
(
)
:
Long
doc
ID
Link copied to clipboard
open
override
fun
docID
(
)
:
Int
into
Bit
Set
Link copied to clipboard
open
fun
intoBitSet
(
upTo
:
Int
,
bitSet
:
FixedBitSet
,
offset
:
Int
)
next
Doc
Link copied to clipboard
open
override
fun
nextDoc
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String