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

Inheritance: NumericDocValues
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Get ( int docID ) : long
SortingNumericDocValues ( NumericDocValues @in, Lucene.Net.Util.Sorter docMap ) : System

Method Details

Get() public method

public Get ( int docID ) : long
docID int
return long

SortingNumericDocValues() public method

public SortingNumericDocValues ( NumericDocValues @in, Lucene.Net.Util.Sorter docMap ) : System
@in NumericDocValues
docMap Lucene.Net.Util.Sorter
return System