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:
Noble Paul 2009-10-09 08:05:37 +00:00
parent 37b4b5fd16
commit 971de36fab
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ public class DocBuilder {
while (true) {
if (stop.get())
return;
if(importStatistics.docCount.get() > (requestParameters.start + requestParameters.rows)) break;
try {
seenDocCount++;