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