SolrQuery::setExpand Enables/Disables the Expand Component &reftitle.description; public SolrQuerySolrQuery::setExpand boolvalue Enables/Disables the Expand Component. &reftitle.parameters; value Bool flag &reftitle.returnvalues; SolrQuery &reftitle.examples; <function>SolrQuery::setExpand</function> example setExpand(true) ->setExpandRows(50) ->setExpandQuery('text:product') ->addExpandFilterQuery('manu:apple') ->addExpandFilterQuery('inStock:true') ->addExpandSortField('score', SolrQuery::ORDER_DESC) ->addExpandSortField('title', SolrQuery::ORDER_ASC); echo $query.PHP_EOL; ?> ]]> &example.outputs.similar; &reftitle.seealso; SolrQuery::addExpandSortField SolrQuery::removeExpandSortField SolrQuery::setExpandRows SolrQuery::setExpandQuery SolrQuery::addExpandFilterQuery SolrQuery::removeExpandFilterQuery