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

Inheritance: SortedDocValues
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

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

Private Methods

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

Method Details

Get() public méthode

public Get ( int docID, BytesRef result ) : void
docID int
result BytesRef
Résultat void

GetOrd() public méthode

public GetOrd ( int docID ) : int
docID int
Résultat int

LookupOrd() public méthode

public LookupOrd ( int ord, BytesRef result ) : void
ord int
result BytesRef
Résultat void

LookupTerm() public méthode

public LookupTerm ( BytesRef key ) : int
key BytesRef
Résultat int