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 |
---|---|---|
Numeric |
in | |
System. |
maxDoc |
Methods
| Improve this Doc View SourceGet(Int32)
Declaration
public override long Get(int docID)
Parameters
Type | Name | Description |
---|---|---|
System. |
docID |
Returns
Type | Description |
---|---|
System. |