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