C# Class Lucene.Net.Sandbox.Queries.SortedSetSortField.MiddleMaxValue

Wraps a SortedSetDocValues and returns the middle ordinal (or max of the two)
Inheritance: Lucene.Net.Index.SortedDocValues
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

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

Private Methods

Méthode Description
MiddleMaxValue ( Lucene.Net.Index.RandomAccessOrds @in ) : Lucene.Net.Index

Method Details

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