You are here

protected property SearchApiSolrDocument::$documentBoost in Search API Solr 7

Document boost value.

Type: float|false

File

includes/document.inc, line 83

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 $documentBoost = FALSE;