Re: [hibernate-dev] [Search] making updates to the indexes concurrently

2008-11-21 Thread Hardy Ferentschik
On Fri, 21 Nov 2008 14:46:14 +0100, Sanne Grinovero <[EMAIL PROTECTED]> wrote: about the size = If so we need two settings I believe since the default size of these two different thread pools will be different, right? yes you got the point, this is why I'm writing here. Actually the s

Re: [hibernate-dev] [Search] making updates to the indexes concurrently

2008-11-21 Thread Sanne Grinovero
inline answers; 2008/11/21 Hardy Ferentschik <[EMAIL PROTECTED]>: > On Thu, 20 Nov 2008 21:14:16 +0100, Sanne Grinovero > <[EMAIL PROTECTED]> wrote: > >> because of HSEARCH-268( optimize indexes in parallel ) but also for >> other purposes, I am in need to define a new ThreadPool in Hibernate >> S

Re: [hibernate-dev] [Search] making updates to the indexes concurrently

2008-11-21 Thread Hardy Ferentschik
On Thu, 20 Nov 2008 21:14:16 +0100, Sanne Grinovero <[EMAIL PROTECTED]> wrote: because of HSEARCH-268( optimize indexes in parallel ) but also for other purposes, I am in need to define a new ThreadPool in Hibernate Search's Lucene backend. The final effect will actually be that all changes to

[hibernate-dev] [Search] making updates to the indexes concurrently

2008-11-20 Thread Sanne Grinovero
Hello, because of HSEARCH-268( optimize indexes in parallel ) but also for other purposes, I am in need to define a new ThreadPool in Hibernate Search's Lucene backend. The final effect will actually be that all changes to indexes are going to be performed in parallel (on different indexes). I cons