(No version information available, might only be in Git)
SolrDisMaxQuery::setBoostQuery — Directly Sets Boost Query Parameter (bq)
Sets Boost Query Parameter (bq)
q
query
Example #1 SolrDisMaxQuery::setBoostQuery() example
<?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