lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.codecs.lucene90.compressing
/
Lucene90CompressingStoredFieldsReader
/
SerializedDocument
Serialized
Document
class
SerializedDocument
(
val
in
:
DataInput
,
val
length
:
Int
,
val
numStoredFields
:
Int
)
A serialized document, you need to decode its input in order to get an actual Document.
Members
Constructors
Serialized
Document
Link copied to clipboard
constructor
(
in
:
DataInput
,
length
:
Int
,
numStoredFields
:
Int
)
Properties
in
Link copied to clipboard
val
in
:
DataInput
length
Link copied to clipboard
val
length
:
Int
num
Stored
Fields
Link copied to clipboard
val
numStoredFields
:
Int