Class CompressingStoredFieldsReader.SerializedDocument

  • Enclosing class:
    CompressingStoredFieldsReader

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

      Fields 
      Modifier and Type Field Description
      (package private) DataInput in  
      (package private) int length  
      (package private) int numStoredFields  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SerializedDocument​(DataInput in, int length, int numStoredFields)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • length

        final int length
      • numStoredFields

        final int numStoredFields
    • Constructor Detail

      • SerializedDocument

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