SolrDocument::offsetUnset
PHP function
Edit on GitHub ✎
(PECL solr >= 0.9.2)
Removes a field
Description
SolrDocument::offsetUnset(string $fieldName): void
Removes a field from the document.
Parameters
fieldNameThe name of the field.
Return Values
No return value.