/** @return A TermsEnum wrapped in a RamAccountingTermsEnum */
 @Override
 public TermsEnum beforeLoad(Terms terms) throws IOException {
   return new RamAccountingTermsEnum(
       type.wrapTermsEnum(terms.iterator()), breaker, this, this.fieldName);
 }