Example usage for org.apache.solr.update RollbackUpdateCommand RollbackUpdateCommand

List of usage examples for org.apache.solr.update RollbackUpdateCommand RollbackUpdateCommand

Introduction

In this page you can find the example usage for org.apache.solr.update RollbackUpdateCommand RollbackUpdateCommand.

Prototype

RollbackUpdateCommand

Source Link

Usage

From source file:org.alfresco.solr.LegacySolrInformationServer.java

License:Open Source License

@Override
public void rollback() throws IOException {
    this.core.getUpdateHandler().rollback(new RollbackUpdateCommand());
}