Package com.atlassian.jira.search
Interface ValueLoaderFieldSort<T>
- All Superinterfaces:
FieldSort
- All Known Implementing Classes:
DefaultValueLoaderFieldSort
Represents a field sort that loads the field values with the specified loader, and then sorts them in memory with the loader's comparator.
This is highly inefficient and therefore not recommended. Consider using
NaturalFieldSort
instead.
This replaces Lucene-specific MappedSortComparator
- Since:
- 10.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.search.FieldSort
FieldSort.Order
-
Method Summary
-
Method Details
-
valueLoader
FieldValueLoader<T> valueLoader() -
field
-