| Frames | No Frames |
Constructors with parameter type org.apache.lucene.search.SortField | |
Sorts by the criteria in the given SortField. | |
Sorts in succession by the criteria in each SortField. | |
Fields of type org.apache.lucene.search.SortField | |
| SortField | Represents sorting by document number (index order). |
| SortField | Represents sorting by document score (relevancy). |
| SortField[] | The fields which were used to sort results by. |
Methods with parameter type org.apache.lucene.search.SortField | |
| void | Sets the sort to the given criteria. |
| void | Sets the sort to the given criteria in succession. |