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<SolrInputDocument>) 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.