Apache Lucene.Net 2.4.0 Class Library API

ScoreDocComparator.SortValue Method 

Returns the value used to sort the given document. The object returned must implement the java.io.Serializable interface. This is used by multisearchers to determine how to collate results from their searchers.

IComparable SortValue(
   ScoreDoc i
);

Parameters

i
Document

Return Value

Serializable object

See Also

ScoreDocComparator Interface | Lucene.Net.Search Namespace |