Interface ValueLoaderFieldSort<T>

All Superinterfaces:
FieldSort
All Known Implementing Classes:
DefaultValueLoaderFieldSort

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 MappedSortComparator

Since:
10.4