public StringQuery setBoost(float boost) {
   _builder.boost(boost);
   return this;
 }