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