Apache Lucene.Net 2.4.0 Class Library API

Fieldable.BinaryValue Method 

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

byte[] BinaryValue();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace