Class AssertingNumericDocValues
Wraps a
Inheritance
System.Object
AssertingNumericDocValues
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingNumericDocValues : NumericDocValues
Constructors
| Improve this Doc View SourceAssertingNumericDocValues(NumericDocValues, Int32)
Declaration
public AssertingNumericDocValues(NumericDocValues in, int maxDoc)
Parameters
Type | Name | Description |
---|---|---|
NumericDocValues | in | |
System.Int32 | maxDoc |
Methods
| Improve this Doc View SourceGet(Int32)
Declaration
public override long Get(int docID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | docID |
Returns
Type | Description |
---|---|
System.Int64 |