getBinaryValue
Returns an array of bytes for the first (or only) field that has the name specified as the method parameter. This method will return null if no binary fields with the specified name are available. There may be non-binary fields with the same name.
Return
a BytesRef containing the binary field value or null
Parameters
name
the name of the field.