Overload List
Name | Description | |
---|---|---|
SortField(String) | Obsolete. Creates a sort by terms in the given field where the type of term value
is determined dynamically ({@link #AUTO AUTO}).
| |
SortField(String, FieldComparatorSource) | Creates a sort with a custom comparison function. | |
SortField(String, Parser) | Creates a sort by terms in the given field, parsed
to numeric values using a custom {@link FieldCache.Parser}.
| |
SortField(String, SortComparatorSource) | Obsolete. Creates a sort with a custom comparison function. | |
SortField(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}).
| |
SortField(String, CultureInfo) | Creates a sort by terms in the given field sorted
according to the given locale.
| |
SortField(String, Int32) | Creates a sort by terms in the given field with the type of term
values explicitly given.
| |
SortField(String, FieldComparatorSource, Boolean) | Creates a sort, possibly in reverse, with a custom comparison function. | |
SortField(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}.
| |
SortField(String, SortComparatorSource, Boolean) | Obsolete. Creates a sort, possibly in reverse, with a custom comparison function. | |
SortField(String, CultureInfo, Boolean) | Creates a sort, possibly in reverse, by terms in the given field sorted
according to the given locale.
| |
SortField(String, Int32, Boolean) | Creates a sort, possibly in reverse, by terms in the given field with the
type of term values explicitly given.
|