Class NumericDocValues
A per-document numeric value.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class NumericDocValuesConstructors
| 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 |