@Override
 public ItemHitBuilder setCustomDimension(int index, String dimension) {
   super.setCustomDimension(index, dimension);
   return this;
 }