lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
codecs
/
org.gnit.lucenekmp.codecs.simpletext
/
SimpleTextSegmentInfoFormat
Simple
Text
Segment
Info
Format
class
SimpleTextSegmentInfoFormat
:
SegmentInfoFormat
plain text segments file format.
FOR RECREATIONAL USE ONLY
Members
Constructors
Simple
Text
Segment
Info
Format
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
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
,
si
:
SegmentInfo
,
ioContext
:
IOContext
)