Hm, it's hard to tell from here. Have you checked various logs for "Exception", "ERROR", and such?
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Machisuji <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, August 26, 2008 8:46:24 AM > Subject: SolrJ - SolrServer#commit() doesn't return > > > Hey. > > I've been working with SolR for a few days now and as long as I haven't > worked with > too much data everything was alright. > > However, now that I wanted to index really all data, I've got problems with > SolrJ > not returning from a call to CommonHttpSolrServers's commit(). > I try to upload data from online shops, to be more precise name, category, > price and description of tens of millions of items. > After a few million items the call of commit() doesn't return anymore and > simply does nothing. > At least the cpu usage on the computer running the solr server falls to 0%. > > I always add 10,000 items at a time by calling > SolrServer#add(Collection) followed by > SolrServer.commit(). > Has someone an idea what could be the problem here? > -- > View this message in context: > http://www.nabble.com/SolrJ---SolrServer-commit%28%29-doesn%27t-return-tp19161293p19161293.html > Sent from the Solr - User mailing list archive at Nabble.com.