Overload List

  NameDescription
Public methodSort()()()()
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.
Public methodSort(String) Obsolete.
Sorts by the terms in
CopyC#
field
then by index order (document number). The type of value in
CopyC#
field
is determined automatically.
Public methodSort(array<String>[]()[][]) Obsolete.
Sorts in succession by the terms in each field. The type of value in
CopyC#
field
is determined automatically.
Public methodSort(SortField)
Sorts by the criteria in the given SortField.
Public methodSort(array<SortField>[]()[][])
Sorts in succession by the criteria in each SortField.
Public methodSort(String, Boolean) Obsolete.
Sorts possibly in reverse by the terms in
CopyC#
field
then by index order (document number). The type of value in
CopyC#
field
is determined automatically.

See Also