SolrDocument::offsetUnset

(PECL solr >= 0.9.2)

SolrDocument::offsetUnsetRemoves a field

Description

publicSolrDocument::offsetUnset(string$fieldName): void

Removes a field from the document.

Parameters

fieldName

The name of the field.

Return Values

No return value.

To Top