@Override
 public BytesRef getValueByOrd(long ord) {
   assert ord != BytesValues.WithOrdinals.MISSING_ORDINAL;
   bytes.fill(scratch, termOrdToBytesOffset.get(ord));
   return scratch;
 }