Method GetBinaryDocValues
GetBinaryDocValues(String)
Returns BinaryDocValues for this field, or
null
if no BinaryDocValues were indexed for
this field. The returned instance should only be
used by a single thread.
Declaration
public abstract BinaryDocValues GetBinaryDocValues(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
BinaryDocValues |