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

Wraps a SortedDocValues but with additional asserts
Inheritance: Lucene.Net.Index.SortedDocValues
Exibir arquivo Open project: paulirwin/lucene.net

Public Methods

Method Description
AssertingSortedDocValues ( Lucene.Net.Index.SortedDocValues @in, int maxDoc ) : System.Collections.Generic
Get ( int docID, BytesRef result ) : void
GetOrd ( int docID ) : int
LookupOrd ( int ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : int

Method Details

AssertingSortedDocValues() public method

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

Get() public method

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

GetOrd() public method

public GetOrd ( int docID ) : int
docID int
return int

LookupOrd() public method

public LookupOrd ( int ord, BytesRef result ) : void
ord int
result BytesRef
return void

LookupTerm() public method

public LookupTerm ( BytesRef key ) : int
key BytesRef
return int