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

Wraps a NumericDocValues but with additional asserts
Inheritance: Lucene.Net.Index.NumericDocValues
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

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

Method Details

AssertingNumericDocValues() public méthode

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

Get() public méthode

public Get ( int docID ) : long
docID int
Résultat long