You are here

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

Document field update values, indexed by name.

Type: array

File

includes/document.inc, line 104

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