Module org.apache.lucene.core
Class Lucene90CompressingStoredFieldsReader.SerializedDocument
- java.lang.Object
-
- org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader.SerializedDocument
-
- Enclosing class:
- Lucene90CompressingStoredFieldsReader
static class Lucene90CompressingStoredFieldsReader.SerializedDocument extends java.lang.Object
A serialized document, you need to decode its input in order to get an actualDocument
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DataInput
in
(package private) int
length
(package private) int
numStoredFields
-
Constructor Summary
Constructors Modifier Constructor Description private
SerializedDocument(DataInput in, int length, int numStoredFields)
-