You are here

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

Document nested objects.

Type: SearchApiSolrDocument[]

File

includes/document.inc, line 111

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