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

Inheritance: BinaryDocValues
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Get ( int docID, BytesRef result ) : void

Private Methods

Method Description
SortingBinaryDocValues ( BinaryDocValues @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