Class CompressingStoredFieldsReader.SerializedDocument

java.lang.Object
org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.SerializedDocument
Enclosing class:
CompressingStoredFieldsReader

static class CompressingStoredFieldsReader.SerializedDocument extends Object
A serialized document, you need to decode its input in order to get an actual Document.
  • Field Details

    • in

      final DataInput in
    • length

      final int length
    • numStoredFields

      final int numStoredFields
  • Constructor Details

    • SerializedDocument

      private SerializedDocument(DataInput in, int length, int numStoredFields)