@Override
 public void readFrom(StreamInput in) throws IOException {
   super.readFrom(in);
   text = in.readBytesReference();
 }