Return doc value as a long.

Optional: DocValues implementation can (but don't have to) override this method.

Namespace: Lucene.Net.Search.Function
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual long LongVal(
	int doc
)
Visual Basic
Public Overridable Function LongVal ( _
	doc As Integer _
) As Long
Visual C++
public:
virtual long long LongVal(
	int doc
)

Parameters

doc
Type: System..::..Int32
document whose long value is requested.

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Function.DocValues.LongVal(System.Int32)"]

See Also