Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Search.FieldDocSortedHitQueue Class Reference

Expert: Collects sorted results from Searchable's and collates them. The elements put into this queue must be of type FieldDoc. More...

Inherits PriorityQueue< FieldDoc >.

Public Member Functions

override bool LessThan (FieldDoc docA, FieldDoc docB)
 Returns whether a is less relevant than b.
 

Detailed Description

Expert: Collects sorted results from Searchable's and collates them. The elements put into this queue must be of type FieldDoc.

Created: Feb 11, 2004 2:04:21 PM

<since> lucene 1.4 </since>

Definition at line 32 of file FieldDocSortedHitQueue.cs.

Member Function Documentation

override bool Lucene.Net.Search.FieldDocSortedHitQueue.LessThan ( FieldDoc  docA,
FieldDoc  docB 
)

Returns whether a is less relevant than b.

Parameters
docAScoreDoc
docBScoreDoc
Returns
true if document a should be sorted after document b.

Definition at line 96 of file FieldDocSortedHitQueue.cs.


The documentation for this class was generated from the following file: