C# 클래스 Lucene.Net.Index.AssertingAtomicReader.AssertingSortedDocValues

Wraps a SortedDocValues but with additional asserts
상속: Lucene.Net.Index.SortedDocValues
파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
AssertingSortedDocValues ( Lucene.Net.Index.SortedDocValues @in, int maxDoc ) : System.Collections.Generic
Get ( int docID, BytesRef result ) : void
GetOrd ( int docID ) : int
LookupOrd ( int ord, BytesRef result ) : void
LookupTerm ( BytesRef key ) : int

메소드 상세

AssertingSortedDocValues() 공개 메소드

public AssertingSortedDocValues ( Lucene.Net.Index.SortedDocValues @in, int maxDoc ) : System.Collections.Generic
@in Lucene.Net.Index.SortedDocValues
maxDoc int
리턴 System.Collections.Generic

Get() 공개 메소드

public Get ( int docID, BytesRef result ) : void
docID int
result BytesRef
리턴 void

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