SolrInputDocument::getChildDocuments
PHP Manual
PHP Manual»SolrInputDocument»SolrInputDocument::getChildDocuments

SolrInputDocument::getChildDocuments

(PECL solr >= 2.3.0)

SolrInputDocument::getChildDocumentsReturns an array of child documents (SolrInputDocument)

Опис

public function SolrInputDocument::getChildDocuments(): array

Returns an array of child documents (SolrInputDocument)

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Прогляньте також

To Top