Class STMergingTermsEnum

java.lang.Object
org.apache.lucene.index.TermsEnum
org.apache.lucene.codecs.uniformsplit.sharedterms.STMergingTermsEnum
All Implemented Interfaces:
BytesRefIterator

public class STMergingTermsEnum extends TermsEnum
Combines PostingsEnum for the same term for a given field from multiple segments. It is used during segment merging.
WARNING: This API is experimental and might change in incompatible ways in the next release.