C# Class Lucene.Net.Index.Sorter.SortingAtomicReader.SortingSortedDocValues

Inheritance: SortedDocValues
Show file Open project: apache/lucenenet

Public Methods

Method Description
Get ( int docID, BytesRef result ) : void
GetOrd ( int docID ) : int
LookupOrd ( int ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : int

Private Methods

Method Description
SortingSortedDocValues ( SortedDocValues @in, Lucene.Net.Util.Sorter docMap ) : System

Method Details

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