mirror of https://github.com/apache/lucene.git
SOLR-886 -- Removing the change for requestParameters.optimize which is not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e113e465be
commit
aeb6b9975f
|
@ -175,7 +175,6 @@ public class DocBuilder {
|
|||
writer.commit(false);
|
||||
statusMessages.put("", "Indexing failed. Rolled back all changes.");
|
||||
addStatusMessage("Rolledback");
|
||||
requestParameters.optimize = false;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Reference in New Issue