SolrInputDocument
PHP Manual

SolrInputDocument::deleteField

(PECL solr >= 0.9.2)

SolrInputDocument::deleteFieldRemoves a field from the document

Opis

public bool SolrInputDocument::deleteField ( string $fieldName )

Removes a field from the document.

Parametry

fieldName

The name of the field.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.


SolrInputDocument
PHP Manual