protected property ApacheSolrDocument::$_documentBoost in Apache Solr Search 7
Same name and namespace in other branches
- 8 Apache_Solr_Document.php \ApacheSolrDocument::_documentBoost
- 6.3 Apache_Solr_Document.php \ApacheSolrDocument::_documentBoost
Document boost value
Type: float
File
- ./
Apache_Solr_Document.php, line 82
Class
- ApacheSolrDocument
- Holds Key / Value pairs that represent a Solr Document along with any associated boost values. Field values can be accessed by direct dereferencing such as:
Code
protected $_documentBoost = FALSE;