The ScoreDocComparator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Compare | Compares two ScoreDoc objects and returns a result indicating their
sort order.
| |
| SortType | Returns the type of sort. Should return SortField.SCORE SortField.DOC SortField.STRING SortField.INTEGER SortField.FLOAT SortField.CUSTOM SortField.AUTO | |
| SortValue | 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.
|