SerializedDocument

class SerializedDocument(val in: DataInput, val length: Int, val numStoredFields: Int)

A serialized document, you need to decode its input in order to get an actual Document.

Constructors

Link copied to clipboard
constructor(in: DataInput, length: Int, numStoredFields: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard