Re: [hibernate-dev] Hibernate Search and massive indexing

2009-05-07 Thread Emmanuel Bernard
On May 7, 2009, at 17:50, Sanne Grinovero wrote: I'd like to stress that the second mode (adaptative) is not contrained into the BackendQueueProcessorFactory interface as it is not created by the usual BatchedQueueingProcessor but by a new kind of Worker. So we can apply some more pipelining o

Re: [hibernate-dev] Hibernate Search and massive indexing

2009-05-07 Thread Sanne Grinovero
I'd like to stress that the second mode (adaptative) is not contrained into the BackendQueueProcessorFactory interface as it is not created by the usual BatchedQueueingProcessor but by a new kind of Worker. So we can apply some more pipelining optimizations. About 5) the API is not going to be thr

[hibernate-dev] Hibernate Search and massive indexing

2009-05-07 Thread Emmanuel Bernard
I have synced with Sanne on his work on massive reindexing and here is the outcome of the discussion. 1. An exclusive batch mode is a mode where a node has exclusive access to the index and can optimize writings (not flushing, not committing at specific times etc). 2. The node able to act