Overload List
| Name | Description | |
|---|---|---|
| Sort()()()() | Sorts by computed relevance. This is the same sort criteria as calling
{@link Searcher#Search(Query) Searcher#search()}without a sort criteria,
only with slightly more overhead.
| |
| Sort(String) | Obsolete. Sorts by the terms in field field | |
| Sort(array<String>[]()[][]) | Obsolete. Sorts in succession by the terms in each field. The type of value in
field | |
| Sort(SortField) | Sorts by the criteria in the given SortField. | |
| Sort(array<SortField>[]()[][]) | Sorts in succession by the criteria in each SortField. | |
| Sort(String, Boolean) | Obsolete. Sorts possibly in reverse by the terms in field field |