C# Class Lucene.Net.Index.AssertingAtomicReader.AssertingNumericDocValues

Wraps a NumericDocValues but with additional asserts
Inheritance: Lucene.Net.Index.NumericDocValues
Mostra file Open project: paulirwin/lucene.net

Public Methods

Method Description
AssertingNumericDocValues ( Lucene.Net.Index.NumericDocValues @in, int maxDoc ) : System.Collections.Generic
Get ( int docID ) : long

Method Details

AssertingNumericDocValues() public method

public AssertingNumericDocValues ( Lucene.Net.Index.NumericDocValues @in, int maxDoc ) : System.Collections.Generic
@in Lucene.Net.Index.NumericDocValues
maxDoc int
return System.Collections.Generic

Get() public method

public Get ( int docID ) : long
docID int
return long