protected property SearchApiSolrDocument::$fieldBoosts in Search API Solr 7
Document field boost values, indexed by name.
Type: array
File
- includes/
document.inc, line 97
Class
- SearchApiSolrDocument
- 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();