The ScoreDocComparator type exposes the following members.

Methods

  NameDescription
Public methodCompare
Compares two ScoreDoc objects and returns a result indicating their sort order.
Public methodSortType
Returns the type of sort. Should return
CopyC#
SortField.SCORE
,
CopyC#
SortField.DOC
,
CopyC#
SortField.STRING
,
CopyC#
SortField.INTEGER
,
CopyC#
SortField.FLOAT
or
CopyC#
SortField.CUSTOM
. It is not valid to return
CopyC#
SortField.AUTO
. This is used by multisearchers to determine how to collate results from their searchers.
Public methodSortValue
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.

See Also