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