public StringQuery setDefaultOperator(Operator defaultOperator) {
   _builder.defaultOperator(defaultOperator);
   return this;
 }