Method GetBinary
GetBinary(FieldInfo)
Returns BinaryDocValues for this field. The returned instance need not be thread-safe: it will only be used by a single thread.
Declaration
public abstract BinaryDocValues GetBinary(FieldInfo field)
Parameters
Type | Name | Description |
---|---|---|
FieldInfo | field |
Returns
Type | Description |
---|---|
BinaryDocValues |