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
/
AssertingStoredFields
Asserting
Stored
Fields
class
AssertingStoredFields
(
in
:
StoredFields
)
:
StoredFields
Wraps a StoredFields but with additional asserts
Members
Constructors
Asserting
Stored
Fields
Link copied to clipboard
constructor
(
in
:
StoredFields
)
Functions
document
Link copied to clipboard
fun
document
(
docID
:
Int
)
:
Document
fun
document
(
docID
:
Int
,
fieldsToLoad
:
MutableSet
<
String
>
)
:
Document
open
override
fun
document
(
docID
:
Int
,
visitor
:
StoredFieldVisitor
)
prefetch
Link copied to clipboard
open
override
fun
prefetch
(
docID
:
Int
)