You are here

protected property ApacheSolrDocument::$_fieldBoosts in Apache Solr Search 7

Same name and namespace in other branches
  1. 8 Apache_Solr_Document.php \ApacheSolrDocument::_fieldBoosts
  2. 6.3 Apache_Solr_Document.php \ApacheSolrDocument::_fieldBoosts

Document field boost values, indexed by name

Type: array array of floats

File

./Apache_Solr_Document.php, line 96

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 $_fieldBoosts = array();