@Override
 public FieldsProducer fieldsProducer(SegmentReadState state) throws IOException {
   // we can just return the delegate here since we didn't record bloom filters for
   // the other fields.
   return bloomPostings.fieldsProducer(state);
 }
 public PostingsFormat getDefaultWrapped() {
   return bloomPostings.getDelegate();
 }