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