C# Class Lucene.Net.Search.ElevationComparatorSource.AnonymousClassFieldComparator

Inheritance: FieldComparator
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DocVal ( int doc ) : int
InitBlock ( int numHits, System fieldname, ElevationComparatorSource enclosingInstance ) : void

Method Details

AnonymousClassFieldComparator() public méthode

public AnonymousClassFieldComparator ( int numHits, System fieldname, ElevationComparatorSource enclosingInstance ) : System
numHits int
fieldname System
enclosingInstance ElevationComparatorSource
Résultat System

Compare() public méthode

public Compare ( int slot1, int slot2 ) : int
slot1 int
slot2 int
Résultat int

CompareBottom() public méthode

public CompareBottom ( int doc ) : int
doc int
Résultat int

Copy() public méthode

public Copy ( int slot, int doc ) : void
slot int
doc int
Résultat void

SetBottom() public méthode

public SetBottom ( int slot ) : void
slot int
Résultat void

SetNextReader() public méthode

public SetNextReader ( IndexReader reader, int docBase ) : void
reader Lucene.Net.Index.IndexReader
docBase int
Résultat void

this() public méthode

public this ( int slot ) : IComparable
slot int
Résultat IComparable