Re: SolrJ - SolrServer#commit() doesn't return

2008-10-07 Thread sunnyfr
Hi, I've got the same problem, commit never ended ! What did you do to fix it up ? Thanks a lot, zayhen wrote: > > Are you using any postCommit postOptimize eventListener? > > I got some problems using them, that I run on scenario where the > commit/optimize thread never ended. > > 2008/8/2

Re: SolrJ - SolrServer#commit() doesn't return

2008-09-03 Thread Machisuji
Hey. Sorry for the late response. The usage is zero. Seemingly this problem has to do with the amount of data being indexed. I've just now removed a field "text", which simply saved all other fields for use as a standard search field. (Now I run the search over specific fields with different boos

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-31 Thread Machisuji
@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 >> t

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Otis Gospodnetic
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. &

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Alexander Ramos Jardim
2008/8/26 Machisuji <[EMAIL PROTECTED]> > > No, I just add the documents, call commit() and wait for the response. > > Now I made a workaround where I put each commit() in a separate thread, > which I wait for (Thread#join(long)) and recommit the documents if > the Thread didn't end within a given

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Machisuji
No, I just add the documents, call commit() and wait for the response. Now I made a workaround where I put each commit() in a separate thread, which I wait for (Thread#join(long)) and recommit the documents if the Thread didn't end within a given amount of time. This way I am able to commit all d

Re: SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Alexander Ramos Jardim
Are you using any postCommit postOptimize eventListener? I got some problems using them, that I run on scenario where the commit/optimize thread never ended. 2008/8/26 Machisuji <[EMAIL PROTECTED]> > > Hey. > > I've been working with SolR for a few days now and as long as I haven't > worked with

SolrJ - SolrServer#commit() doesn't return

2008-08-26 Thread Machisuji
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 fro