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

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

Public Methods

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

Method Details

AssertingBinaryDocValues() public method

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

Get() public method

public Get ( int docID, BytesRef result ) : void
docID int
result BytesRef
return void