Lucene.Net 1.9.1 Class Library

Document.GetBinaryValues Method 

Returns an array of byte arrays for of the fields that have the name specified as the method parameter. This method will return

null
if no binary fields with the specified name are available.

public byte[][] GetBinaryValues(
   string name
);

Parameters

name
the name of the field

Return Value

a

byte[][]
of binary field values.

See Also

Document Class | Lucene.Net.Documents Namespace