SOLR-4464: DIH Processed documents counter resets to zero after first entity is processed

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-03-09 01:59:40 +00:00
parent 059e5259c6
commit 389992cf99
2 changed files with 3 additions and 1 deletions

View File

@ -200,6 +200,9 @@ Bug Fixes
* SOLR-6657: DocumentDictionaryFactory requires weightField to be mandatory, but it shouldn't
(Erick Erickson)
* SOLR-4464: DIH Processed documents counter resets to zero after first entity is processed.
(Dave Cook, Shawn Heisey, Aaron Greenspan, Thomas Champagne via shalin)
Optimizations
----------------------

View File

@ -236,7 +236,6 @@ public class DocBuilder {
cleanByQuery(delQuery, fullCleanDone);
}
}
statusMessages.remove(DataImporter.MSG.TOTAL_DOC_PROCESSED);
}
if (stop.get()) {