C# 클래스 Lucene.Net.Search.FieldComparator.ByteComparator

Parses field's values as byte (using FieldCache.GetBytes(Lucene.Net.Index.IndexReader,string) and sorts by ascending value
상속: FieldComparator
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
Compare ( int slot1, int slot2 ) : int
CompareBottom ( int doc ) : int
Copy ( int slot, int doc ) : void
SetBottom ( int bottom ) : void
SetNextReader ( Lucene.Net.Index.IndexReader reader, int docBase ) : void
this ( int slot ) : IComparable

비공개 메소드들

메소드 설명
ByteComparator ( int numHits, System field, Lucene parser ) : 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 bottom ) : void
bottom int
리턴 void

SetNextReader() 공개 메소드

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

this() 공개 메소드

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