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.codecs.cranky
/
CrankySegmentInfoFormat
Cranky
Segment
Info
Format
class
CrankySegmentInfoFormat
(
val
delegate
:
SegmentInfoFormat
,
val
random
:
Random
)
:
SegmentInfoFormat
Members
Constructors
Cranky
Segment
Info
Format
Link copied to clipboard
constructor
(
delegate
:
SegmentInfoFormat
,
random
:
Random
)
Properties
delegate
Link copied to clipboard
val
delegate
:
SegmentInfoFormat
random
Link copied to clipboard
val
random
:
Random
Functions
read
Link copied to clipboard
open
override
fun
read
(
directory
:
Directory
,
segmentName
:
String
,
segmentID
:
ByteArray
,
context
:
IOContext
)
:
SegmentInfo
write
Link copied to clipboard
open
override
fun
write
(
dir
:
Directory
,
info
:
SegmentInfo
,
ioContext
:
IOContext
)