PHP » GoLang |
login |
register |
about
|
GoLang SolrInputDocument::addChildDocuments
request it (656)
GoLang replacement for PHP's SolrInputDocument::addChildDocuments
[edit | history]
PHP SolrInputDocument::addChildDocumentsPHP original manual for SolrInputDocument::addChildDocuments [ show | php.net ]SolrInputDocument::addChildDocuments(PECL solr >= 2.3.0) SolrInputDocument::addChildDocuments — Adds an array of child documents Description
public void SolrInputDocument::addChildDocuments
( array
&$docs
)Adds an array of child documents to the current input document. Parameters
Errors/ExceptionsThrows SolrIllegalArgumentException on failure. Throws SolrException on internal failure. Return Values
ExamplesExample #1 SolrInputDocument::addChildDocuments() example
<?phpThe above example will output something similar to:
SolrObject Object
(
[responseHeader] => SolrObject Object
(
[status] => 0
[QTime] => 5
)
)
See Also
|
more
Most requested
more
Last requests
|