Class Lucene50CompressingStoredFieldsReader.SerializedDocument

java.lang.Object
org.apache.lucene.backward_codecs.lucene50.compressing.Lucene50CompressingStoredFieldsReader.SerializedDocument
Enclosing class:
Lucene50CompressingStoredFieldsReader

static class Lucene50CompressingStoredFieldsReader.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)