public function SearchApiSolrDocument::getNestedObjects in Search API Solr 7
Retrieves the nested documents set on this document.
Return value
\SearchApiSolrDocument[] The nested documents.
File
- includes/
document.inc, line 343
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 getNestedObjects() {
return $this->nestedObjects;
}