Apache Lucene.Net 2.1 Class Library API

FieldSortedHitQueue.LessThan Method 

Returns whether

a
is less relevant than
b
.

public override bool LessThan(
   object a,
   object b
);

Parameters

a
ScoreDoc
b
ScoreDoc

Return Value

true
if document
a
should be sorted after document
b
.

See Also

FieldSortedHitQueue Class | Lucene.Net.Search Namespace