(PECL solr >= 0.9.2)
Removes a field from the document
public bool SolrInputDocument::deleteField ( string $fieldName )
Removes a field from the document.
Parameters:
fieldName
The name of the field.
Returns:
Returns TRUE
on success or FALSE
on failure.
Please login to continue.