to split query into multiple parameter on line separator in input query.
e.g. split "crawldepth_i_0^10.0 \n crawldepth_i:1^5.0"
but allow "url_file_ext_s:jpg OR url_file_ext_s:png" to be unsplitted
if(bq.length()>0)mmsp.getMap().put(DisMaxParams.BQ,StringUtils.split(bq,"\t\n\r\f"));// bq split into multiple query params, allowing space in single query
if(bf.length()>0)mmsp.getMap().put("boost",newString[]{bf});// a boost function extension, see http://wiki.apache.org/solr/ExtendedDisMax#bf_.28Boost_Function.2C_additive.29