Method GetBinaryValue
GetBinaryValue(String)
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.
Declaration
public BytesRef GetBinaryValue(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the field. |
Returns
Type | Description |
---|---|
BytesRef | a BytesRef containing the binary field value or |