List of usage examples for org.apache.solr.update RollbackUpdateCommand RollbackUpdateCommand
RollbackUpdateCommand
From source file:org.alfresco.solr.LegacySolrInformationServer.java
License:Open Source License
@Override public void rollback() throws IOException { this.core.getUpdateHandler().rollback(new RollbackUpdateCommand()); }