Re: [hibernate-dev] difficulties in upgrading to Lucene 3

2010-01-10 Thread Hardy Ferentschik
On Sun, 10 Jan 2010 20:39:28 -0300, Sanne Grinovero wrote: > Hello again, > it got better I've a simple patch ready to migrate to 2.9.1, all tests > green; > it was easier than I initially thought to fix the new DocIdSet > shall I apply it? +1 from my side. > We can then think about the com

Re: [hibernate-dev] difficulties in upgrading to Lucene 3

2010-01-10 Thread Sanne Grinovero
Hello again, it got better I've a simple patch ready to migrate to 2.9.1, all tests green; it was easier than I initially thought to fix the new DocIdSet shall I apply it? We can then think about the compression issue and after that move 3.0.x I've moved HSEARCH-424 "Update to Lucene 3.0" from bet

[hibernate-dev] difficulties in upgrading to Lucene 3

2010-01-10 Thread Sanne Grinovero
Hello all, I've been thinking about the strategy to upgrade to Lucene 3; Ignoring new features at the moment, the main issues in migration: 1- Store.COMPRESS not supported anymore 2- Some Analyzers and the QueryParser require an additional constructor parameter 3- DocIdSet interface (used in filte