|
SolrClient::commitFinalizes all add/deletes made to the index Description
public SolrUpdateResponse SolrClient::commit
([ int
$maxSegments = "1"
[, bool $waitFlush = true
[, bool $waitSearcher = true
]]] )This method finalizes all add/deletes made to the index. Parameters
Return ValuesReturns a SolrUpdateResponse object on success or throws a SolrClientException on failure. See Also
|