GoLang SolrDocument::__get

request it (260)
GoLang replacement for PHP's SolrDocument::__get [edit | history]



Do you know a GoLang replacement for PHP's SolrDocument::__get? Write it!

PHP SolrDocument::__get

PHP original manual for SolrDocument::__get [ show | php.net ]

SolrDocument::__get

(PECL solr >= 0.9.2)

SolrDocument::__getAccess the field as a property

Description

public SolrDocumentField SolrDocument::__get ( string $fieldName )

Magic method for accessing the field as a property.

Parameters

fieldName

The name of the field.

Return Values

Returns a SolrDocumentField instance.