Class FreqTermsEnum

java.lang.Object
org.apache.lucene.index.TermsEnum
org.elasticsearch.common.lucene.index.FilterableTermsEnum
org.elasticsearch.common.lucene.index.FreqTermsEnum
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.BytesRefIterator, Releasable

public class FreqTermsEnum extends FilterableTermsEnum implements Releasable
A frequency terms enum that maintains a cache of docFreq, totalTermFreq, or both for repeated term lookup.