Re: [hibernate-dev] [HSEARCH] Breaking some contracts

2010-06-07 Thread Sanne Grinovero
Cool I definitely like the immutable SearchFactory. while you're thinking about a new contract to accomodate the new requirements, could you also consider the following so that we won't have to break twice: 1) Lucene's new near-real-time indexing enables you to open an IndexReader from the current

Re: [hibernate-dev] [HSEARCH] Breaking some contracts

2010-06-07 Thread Hardy Ferentschik
On Mon, 07 Jun 2010 16:34:03 +0200, Emmanuel Bernard wrote: > I've attached the burst of patches that lead to this. Attached to where? Not to the email afaics. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mail

[hibernate-dev] [HSEARCH] Breaking some contracts

2010-06-07 Thread Emmanuel Bernard
Hi guys I've been working on HSEARCH-397 lately. I had to do HSEARCH-541. I had to change the initialize contract of many SPIs: - ReaderProvider - Worker - DirectoryProvider - BackendQueueProcessorFactory - OptimizerStrategy The idea is to pass a BuildContext, WritableBuildContect and WorkerB