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

Wraps a SortedSetDocValues and returns the middle ordinal (or min of the two)
Inheritance: Lucene.Net.Index.SortedDocValues
Mostra file Open project: apache/lucenenet

Public Methods

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

Private Methods

Method Description
MiddleMinValue ( Lucene.Net.Index.RandomAccessOrds @in ) : Lucene.Net.Index

Method Details

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