Class SortedTermFreqIteratorWrapper

  • All Implemented Interfaces:
    TermFreqIterator, BytesRefIterator

    public class SortedTermFreqIteratorWrapper
    extends Object
    implements TermFreqIterator
    This wrapper buffers incoming elements and makes sure they are sorted based on given comparator.
    WARNING: This API is experimental and might change in incompatible ways in the next release.