📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 06:50:10
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 116.solrdismaxquery_boostfunction.phpt
--TEST-- SolrDisMaxQuery - setBoostFunction --FILE-- <?php $dismaxQuery = new SolrDisMaxQuery('lucene'); $boostRecentDocsFunction = "recip(ms(NOW,mydatefield),3.16e-11,1,1)"; $dismaxQuery->setBoostFunction($boostRecentDocsFunction); echo $dismaxQuery.PHP_EOL; ?> --EXPECTF-- q=lucene&defType=%s&bf=recip(ms(NOW,mydatefield),3.16e-11,1,1)
💾 Save Changes
❌ Cancel