C# 클래스 Lucene.Net.Sandbox.Queries.SortedSetSortField.MinValue

Wraps a SortedSetDocValues and returns the first ordinal (min)
상속: Lucene.Net.Index.SortedDocValues
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
GetOrd ( int docID ) : int
LookupOrd ( int ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : int

비공개 메소드들

메소드 설명
MinValue ( Lucene.Net.Index.SortedSetDocValues @in ) : Lucene.Net.Index

메소드 상세

GetOrd() 공개 메소드

public GetOrd ( int docID ) : int
docID int
리턴 int

LookupOrd() 공개 메소드

public LookupOrd ( int ord, BytesRef result ) : void
ord int
result BytesRef
리턴 void

LookupTerm() 공개 메소드

public LookupTerm ( BytesRef key ) : int
key BytesRef
리턴 int