|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortField | |
org.apache.lucene.search | Search over indices. |
Uses of SortField in org.apache.lucene.search |
Fields in org.apache.lucene.search declared as SortField | |
SortField[] |
TopFieldDocs.fields
The fields which were used to sort results by. |
static SortField |
SortField.FIELD_SCORE
Represents sorting by document score (relevancy). |
static SortField |
SortField.FIELD_DOC
Represents sorting by document number (index order). |
Methods in org.apache.lucene.search with parameters of type SortField | |
void |
Sort.setSort(SortField field)
Sets the sort to the given criteria. |
void |
Sort.setSort(SortField[] fields)
Sets the sort to the given criteria in succession. |
Constructors in org.apache.lucene.search with parameters of type SortField | |
Sort(SortField field)
Sorts by the criteria in the given SortField. |
|
Sort(SortField[] fields)
Sorts in succession by the criteria in each SortField. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |