mirror of https://github.com/apache/lucene.git
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:
parent
059e5259c6
commit
389992cf99
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -236,7 +236,6 @@ public class DocBuilder {
|
|||
cleanByQuery(delQuery, fullCleanDone);
|
||||
}
|
||||
}
|
||||
statusMessages.remove(DataImporter.MSG.TOTAL_DOC_PROCESSED);
|
||||
}
|
||||
|
||||
if (stop.get()) {
|
||||
|
|
Loading…
Reference in New Issue