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:
Shalin Shekhar Mangar 2008-12-17 12:38:32 +00:00
parent e113e465be
commit aeb6b9975f
1 changed files with 0 additions and 1 deletions

View File

@ -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")