SolrDocument::unserialize

(PECL solr >= 0.9.2)

SolrDocument::unserializeCustom serialization of SolrDocument objects

Açıklama

publicSolrDocument::unserialize(string$serialized): void

Custom serialization of SolrDocument objects

Bağımsız Değişkenler

serialized

An XML representation of the document.

Dönen Değerler

None.

To Top