SolrInputDocument::deleteField

(PECL solr >= 0.9.2)

SolrInputDocument::deleteFieldRemoves a field from the document

Opis

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

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top