Lucene.Net 1.9.1 Class Library

Field.BinaryValue Method 

The value of the field in Binary, or null. If null, the Reader or String value is used. Exactly one of stringValue(), readerValue() and binaryValue() must be set.

public byte[] BinaryValue();

See Also

Field Class | Lucene.Net.Documents Namespace