|
SolrClient::optimize(PECL solr >= 0.9.2) SolrClient::optimize — Defragments the index Описание
public SolrUpdateResponse SolrClient::optimize
([ int $maxSegments = "1"
[, bool $waitFlush = true
[, bool $waitSearcher = true
]]] )
Defragments the index for faster search performance. Список параметров
Возвращаемые значенияReturns a SolrUpdateResponse on success or throws a SolrClientException on failure. Смотрите также
|
|