--TEST-- SolrInputDocument::getBoost - Test document fieldnames --FILE-- setBoost(4); var_dump($doc->getBoost()); ?> --EXPECT-- float(4)