Class NumericDocValues
A per-document numeric value.
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class NumericDocValues
Constructors
NumericDocValues()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected NumericDocValues()
Methods
Get(int)
Returns the numeric value for the specified document ID.
Declaration
public abstract long Get(int docID)
Parameters
Type | Name | Description |
---|---|---|
int | docID | document ID to lookup |
Returns
Type | Description |
---|---|
long | numeric value |