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
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
@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
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.
&
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
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
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
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