(PECL solr >= 0.9.2)
Retrieves a field by name
public SolrDocumentField SolrInputDocument::getField ( string $fieldName )
Retrieves a field in the document.
Parameters:
fieldName
The name of the field.
Returns:
Returns a SolrDocumentField object on success and FALSE
on failure.
Please login to continue.