You are here

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

Document field values, indexed by name.

Type: array

File

includes/document.inc, line 90

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