C# Класс Lucene.Net.Search.ElevationComparatorSource.AnonymousClassFieldComparator

Наследование: FieldComparator
Показать файл Открыть проект

Открытые методы

Метод Описание
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