SolrClient
PHP Manual

SolrClient::rollback

(PECL solr >= 0.9.2)

SolrClient::rollbackRollbacks all add/deletes made to the index since the last commit

설명

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.

인수

이 함수는 인수가 없습니다.

반환값

Returns a SolrUpdateResponse on success or throws a SolrClientException on failure.

참고


SolrClient
PHP Manual