Method SetBytesValue
SetBytesValue(BytesRef)
Expert: change the value of this field. See SetStringValue(String).
NOTE: the provided BytesRef is not copied so be sure not to change it until you're done with this field.
Declaration
public virtual void SetBytesValue(BytesRef value)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | value |
SetBytesValue(Byte[])
Expert: change the value of this field. See SetStringValue(String).
Declaration
public virtual void SetBytesValue(byte[] value)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | value |