Method FloatVal
FloatVal(Int32)
Return doc value as a float.
Mandatory: every DocValues implementation must implement at least this method.
Declaration
public abstract float FloatVal(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | document whose float value is requested. |
Returns
Type | Description |
---|---|
System.Single |