SolrInputDocument::deleteField

(PECL solr >= 0.9.2)

SolrInputDocument::deleteFieldRemoves a field from the document

Beschreibung

public SolrInputDocument::deleteField ( string $fieldName ) : bool

Removes a field from the document.

Parameter-Liste

fieldName

The name of the field.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.