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

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

Méthodes publiques

Méthode Description
AssertingBinaryDocValues ( Lucene.Net.Index.BinaryDocValues @in, int maxDoc ) : System.Collections.Generic
Get ( int docID, BytesRef result ) : void

Method Details

AssertingBinaryDocValues() public méthode

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

Get() public méthode

public Get ( int docID, BytesRef result ) : void
docID int
result BytesRef
Résultat void