fixed concurrent query

This commit is contained in:
orbiter 2012-08-24 14:15:40 +02:00
parent 29171e2f6c
commit 3ebc4264c5

View File

@ -74,6 +74,7 @@ public abstract class AbstractSolrConnector implements SolrConnector {
try {queue.put(d);} catch (InterruptedException e) {break;}
}
if (sdl.size() < pagesize) break;
o += pagesize;
} catch (SolrException e) {
break;
} catch (IOException e) {