Apache Lucene.Net 2.4.0 Class Library API

Payload.SetData Method

Sets this payloads data. A reference to the passed-in array is held, i. e. no copy is made.

Overload List

Sets this payloads data. A reference to the passed-in array is held, i. e. no copy is made.

public virtual void SetData(byte[]);

Sets this payloads data. A reference to the passed-in array is held, i. e. no copy is made.

public virtual void SetData(byte[],int,int);

See Also

Payload Class | Lucene.Net.Index Namespace