Interface ValueLoaderFieldSort<T>

All Superinterfaces:
FieldSort
All Known Implementing Classes:
DefaultValueLoaderFieldSort

@PublicApi public interface ValueLoaderFieldSort<T> extends FieldSort
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

invalid reference
com.atlassian.jira.issue.search.parameters.lucene.sort.MappedSortComparator
Since:
10.4