Method LongVal
LongVal(Int32)
Return doc value as a long.
Optional: DocValues implementation can (but don't have to) override this method.
Declaration
public virtual long LongVal(int doc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | doc | document whose long value is requested. |
Returns
Type | Description |
---|---|
System.Int64 |