Class DocValuesConsumer.MergedTermsEnum

java.lang.Object
org.apache.lucene.index.TermsEnum
org.apache.lucene.codecs.DocValuesConsumer.MergedTermsEnum
All Implemented Interfaces:
BytesRefIterator
Enclosing class:
DocValuesConsumer

private static class DocValuesConsumer.MergedTermsEnum extends TermsEnum
A merged TermsEnum. This helps avoid relying on the default terms enum, which calls SortedDocValues.lookupOrd(int) or SortedSetDocValues.lookupOrd(long) on every call to BytesRefIterator.next().