Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20319 программистов и 1133 робота. Сейчас ищут 822 программиста ...
SolrDocument::merge - Merges source to the current SolrDocument
Вернуться к: SolrDocument
SolrDocument::merge
(PECL solr >= 0.9.2)
SolrDocument::merge — Merges source to the current SolrDocument
Описание
Merges source to the current SolrDocument.
Список параметров
-
sourceDoc -
The source document.
-
overwrite -
If this is
TRUEthen fields with the same name in the destination document will be overwritten.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Вернуться к: SolrDocument