@Override
 public SpatialContext boostedTo(float boost) {
   queryCustomizer.boostedTo(boost);
   return this;
 }