fixed concurrent query

pull/1/head
orbiter 13 years ago
parent 29171e2f6c
commit 3ebc4264c5

@ -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) {

Loading…
Cancel
Save