|
SolrClient::commit(PECL solr >= 0.9.2) SolrClient::commit — Finalizes all add/deletes made to the index Описание
public SolrUpdateResponse SolrClient::commit
([ int $maxSegments = "1"
[, bool $waitFlush = true
[, bool $waitSearcher = true
]]] )
This method finalizes all add/deletes made to the index. Список параметров
Возвращаемые значенияReturns a SolrUpdateResponse object on success or throws a SolrClientException on failure. Смотрите также
|
|