SolrDocument::getInputDocument

(PECL solr >= 0.9.2)

SolrDocument::getInputDocumentReturns a SolrInputDocument equivalent of the object

说明

public SolrDocument::getInputDocument ( ) : SolrInputDocument

Returns a SolrInputDocument equivalent of the object. This is useful if one wishes to resubmit/update a document retrieved from a query.

参数

此函数没有参数。

返回值

Returns a SolrInputDocument on success and null on failure.

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有