Class SortingCodecReader.SortingIteratorSupplier

java.lang.Object
org.apache.lucene.index.SortingCodecReader.SortingIteratorSupplier
All Implemented Interfaces:
Supplier<SortingCodecReader.SortingValuesIterator>
Enclosing class:
SortingCodecReader

static class SortingCodecReader.SortingIteratorSupplier extends Object implements Supplier<SortingCodecReader.SortingValuesIterator>
Factory for SortingValuesIterator. This enables us to create new iterators as needed without recomputing the sorting mappings.