Method GetBinaryValues
GetBinaryValues(String)
Returns an array of byte arrays for of the fields that have the name specified
as the method parameter. This method returns an empty
array when there are no matching fields. It never
returns null
.
Declaration
public BytesRef[] GetBinaryValues(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the field |
Returns
Type | Description |
---|---|
BytesRef[] | a BytesRef[] of binary field values |