mirror of https://github.com/apache/lucene.git
SOLR-1501
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
37b4b5fd16
commit
971de36fab
|
@ -332,6 +332,7 @@ public class DocBuilder {
|
|||
while (true) {
|
||||
if (stop.get())
|
||||
return;
|
||||
if(importStatistics.docCount.get() > (requestParameters.start + requestParameters.rows)) break;
|
||||
try {
|
||||
seenDocCount++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue