C# 클래스 Lucene.Net.Search.ElevationComparatorSource.AnonymousClassFieldComparator

상속: FieldComparator
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
AnonymousClassFieldComparator ( int numHits, System fieldname, ElevationComparatorSource enclosingInstance ) : System
Compare ( int slot1, int slot2 ) : int
CompareBottom ( int doc ) : int
Copy ( int slot, int doc ) : void
SetBottom ( int slot ) : void
SetNextReader ( IndexReader reader, int docBase ) : void
this ( int slot ) : IComparable

비공개 메소드들

메소드 설명
DocVal ( int doc ) : int
InitBlock ( int numHits, System fieldname, ElevationComparatorSource enclosingInstance ) : void

메소드 상세

AnonymousClassFieldComparator() 공개 메소드

public AnonymousClassFieldComparator ( int numHits, System fieldname, ElevationComparatorSource enclosingInstance ) : System
numHits int
fieldname System
enclosingInstance ElevationComparatorSource
리턴 System

Compare() 공개 메소드

public Compare ( int slot1, int slot2 ) : int
slot1 int
slot2 int
리턴 int

CompareBottom() 공개 메소드

public CompareBottom ( int doc ) : int
doc int
리턴 int

Copy() 공개 메소드

public Copy ( int slot, int doc ) : void
slot int
doc int
리턴 void

SetBottom() 공개 메소드

public SetBottom ( int slot ) : void
slot int
리턴 void

SetNextReader() 공개 메소드

public SetNextReader ( IndexReader reader, int docBase ) : void
reader Lucene.Net.Index.IndexReader
docBase int
리턴 void

this() 공개 메소드

public this ( int slot ) : IComparable
slot int
리턴 IComparable