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

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

Public Methods

Method Description
AssertingSortedSetDocValues ( Lucene.Net.Index.SortedSetDocValues @in, int maxDoc ) : System.Collections.Generic
LookupOrd ( long ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : long
NextOrd ( ) : long

Method Details

AssertingSortedSetDocValues() public method

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

LookupOrd() public method

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

LookupTerm() public method

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

NextOrd() public method

public NextOrd ( ) : long
return long