|
SolrClient::rollbackRollbacks all add/deletes made to the index since the last commit Description
public SolrUpdateResponse SolrClient::rollback
( void
)
Rollbacks all add/deletes made to the index since the last commit. It neither calls any event listeners nor creates a new searcher. ParametersThis function has no parameters. Return ValuesReturns a SolrUpdateResponse on success or throws a SolrClientException on failure. See Also
|