SolrDocument
PHP Manual

SolrDocument::deleteField

(PECL solr >= 0.9.2)

SolrDocument::deleteFieldRemoves a field from the document

Açıklama

public bool SolrDocument::deleteField ( string $fieldName )

Removes a field from the document.

Değiştirgeler

fieldName

Name of the field

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.


SolrDocument
PHP Manual