Class STMergingBlockReader

All Implemented Interfaces:
Accountable, BytesRefIterator

public class STMergingBlockReader extends STBlockReader
TermsEnum used when merging segments, to enumerate the terms of an input segment and get all the fields TermStates of each term.

It only supports calls to next() and no seek method.

WARNING: This API is experimental and might change in incompatible ways in the next release.