Class Lucene90CompressingStoredFieldsReader.SerializedDocument

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

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