Apache Lucene.Net 2.4.0 Class Library API

Payload Constructor (Byte[])

Creates a new payload with the the given array as data. A reference to the passed-in array is held, i. e. no copy is made.

public Payload(
   byte[] data
);

Parameters

data
the data of this payload

See Also

Payload Class | Lucene.Net.Index Namespace | Payload Constructor Overload List