CakeFest 2024: The Official CakePHP Conference

SolrDocument::__unset

(PECL solr >= 0.9.2)

SolrDocument::__unsetУдаляет поле из документа

Описание

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

Удаляет поле из документа, когда к полю обращаются как к свойству объекта.

Список параметров

fieldName

Название поля.

Возвращаемые значения

Возвращает true в случае успешного выполнения или false, если возникла ошибка.

add a note

User Contributed Notes

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