Class ExternalRefSorter

java.lang.Object
org.apache.lucene.search.suggest.fst.ExternalRefSorter
All Implemented Interfaces:
Closeable, AutoCloseable, BytesRefSorter

public class ExternalRefSorter extends Object implements BytesRefSorter, Closeable
An implementation of a BytesRefSorter that allows appending BytesRefs to an OfflineSorter and returns a Closeable ExternalRefSorter.ByteSequenceIterator that iterates over sequences stored on disk.
WARNING: This API is experimental and might change in incompatible ways in the next release.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.