SolrDocument::deleteField

(PECL solr >= 0.9.2)

SolrDocument::deleteFieldRemoves a field from the document

Opis

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

Removes a field from the document.

Parametry

fieldName

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