<?php
$dismaxQuery = new SolrDisMaxQuery("lucene");
$dismaxQuery->setBoostQuery('cat:electronics manu:local^2');
echo $dismaxQuery.PHP_EOL;
?>
The above example will output
something similar to:
q=lucene&defType=edismax&bq=cat:electronics manu:local^2