Overload List

  NameDescription
Public methodSortField(String) Obsolete.
Creates a sort by terms in the given field where the type of term value is determined dynamically ({@link #AUTO AUTO}).
Public methodSortField(String, FieldComparatorSource)
Creates a sort with a custom comparison function.
Public methodSortField(String, Parser)
Creates a sort by terms in the given field, parsed to numeric values using a custom {@link FieldCache.Parser}.
Public methodSortField(String, SortComparatorSource) Obsolete.
Creates a sort with a custom comparison function.
Public methodSortField(String, Boolean) Obsolete.
Creates a sort, possibly in reverse, by terms in the given field where the type of term value is determined dynamically ({@link #AUTO AUTO}).
Public methodSortField(String, CultureInfo)
Creates a sort by terms in the given field sorted according to the given locale.
Public methodSortField(String, Int32)
Creates a sort by terms in the given field with the type of term values explicitly given.
Public methodSortField(String, FieldComparatorSource, Boolean)
Creates a sort, possibly in reverse, with a custom comparison function.
Public methodSortField(String, Parser, Boolean)
Creates a sort, possibly in reverse, by terms in the given field, parsed to numeric values using a custom {@link FieldCache.Parser}.
Public methodSortField(String, SortComparatorSource, Boolean) Obsolete.
Creates a sort, possibly in reverse, with a custom comparison function.
Public methodSortField(String, CultureInfo, Boolean)
Creates a sort, possibly in reverse, by terms in the given field sorted according to the given locale.
Public methodSortField(String, Int32, Boolean)
Creates a sort, possibly in reverse, by terms in the given field with the type of term values explicitly given.

See Also