public function SearchApiSolrDocument::getFieldUpdates in Search API Solr 7
Retrieves all currently set field updates.
Return value
string[] Associative array of field's "update" attributes that were set, keyed by field name.
File
- includes/
document.inc, line 313
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
public function getFieldUpdates() {
return $this->fieldUpdates;
}