GoLang SolrDocument::__isset

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



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

PHP SolrDocument::__isset

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

SolrDocument::__isset

(PECL solr >= 0.9.2)

SolrDocument::__issetChecks if a field exists

Description

public bool SolrDocument::__isset ( string $fieldName )

Checks if a field exists

Parameters

fieldName

Name of the field.

Return Values

Returns TRUE on success or FALSE on failure.