GoLang SolrDocument::getField

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



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

PHP SolrDocument::getField

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

SolrDocument::getField

(PECL solr >= 0.9.2)

SolrDocument::getFieldRetrieves a field by name

Description

public SolrDocumentField SolrDocument::getField ( string $fieldName )

Retrieves a field by name.

Parameters

fieldName

Name of the field.

Return Values

Returns a SolrDocumentField on success and FALSE on failure.