Module org.apache.lucene.core
Class Lucene90CompressingStoredFieldsReader.SerializedDocument
java.lang.Object
org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader.SerializedDocument
- Enclosing class:
Lucene90CompressingStoredFieldsReader
A serialized document, you need to decode its input in order to get an actual
Document
.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DataInput
(package private) final int
(package private) final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SerializedDocument
(DataInput in, int length, int numStoredFields) -
Method Summary
-
Field Details
-
in
-
length
final int length -
numStoredFields
final int numStoredFields
-
-
Constructor Details
-
SerializedDocument
-