// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php84-pecl-solr_2.7.0-2.el8
/
tests
[ PARENT ]
EDIT :: 059.solrinputdocument_getboost.phpt
--TEST-- SolrInputDocument::getBoost - Test document fieldnames --FILE-- <?php require_once "bootstrap.inc"; $doc = new SolrInputDocument(); $doc->setBoost(4); var_dump($doc->getBoost()); ?> --EXPECT-- float(4)
SAVE
CANCEL