Constructor StraightBytesDocValuesField
StraightBytesDocValuesField(String, BytesRef)
Create a new fixed or variable length Doc
Declaration
public StraightBytesDocValuesField(string name, BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | field name |
Bytes |
bytes | binary content |
StraightBytesDocValuesField(String, BytesRef, Boolean)
Create a new fixed or variable length direct Doc
Declaration
public StraightBytesDocValuesField(string name, BytesRef bytes, bool isFixedLength)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | field name |
Bytes |
bytes | binary content |
System. |
isFixedLength | (ignored) |