2024 年 PHP Conference Japan

SolrDocument::getInputDocument

(PECL solr >= 0.9.2)

SolrDocument::getInputDocument傳回與物件等效的 SolrInputDocument

說明

public SolrDocument::getInputDocument(): SolrInputDocument

傳回與物件等效的 SolrInputDocument。如果想要重新提交/更新從查詢中檢索的文檔,這會很有用。

參數

此函數沒有參數。

回傳值

成功時傳回 SolrInputDocument,失敗時傳回 null

新增註釋

使用者貢獻的註釋

此頁面沒有使用者貢獻的註釋。
To Top