Re: lucene4.0 release

2012-07-10 Thread Andi Vajda
Hi Roman, On Tue, 10 Jul 2012, Roman Chyla wrote: Thanks again. With the new JCC I encountered new errors - about "already used class names" - patch attached. I thought I fixed them all. Without the required --renames or --excludes, pylucene won't build anymore. Why is it that you still go

Re: lucene4.0 release

2012-07-10 Thread Roman Chyla
Hi Andi, Thanks again. With the new JCC I encountered new errors - about "already used class names" - patch attached. I would also like to propose a change, to allow for more flexible mechanism of generating Python class names. The patch doesn't change the default pylucene behaviour, but it gives

Re: lucene4.0 release

2012-07-10 Thread Andi Vajda
Hi Roman, On Mon, 9 Jul 2012, Roman Chyla wrote: Thanks, I am attaching a new patch that adds the missing test base. Sorry for the tabs, I was probably messing around with a few editors (some of them not configured properly) I integrated your test class (renaming it to fit the naming scheme

Re: lucene4.0 release

2012-07-09 Thread Andi Vajda
Hi Roman, On Mon, 9 Jul 2012, Roman Chyla wrote: Thanks, I am attaching a new patch that adds the missing test base. Sorry for the tabs, I was probably messing around with a few editors (some of them not configured properly) Thanks, I haven't looked at it yet. The test_Analyzer.py works f

Re: lucene4.0 release

2012-07-07 Thread Andi Vajda
Hi Roman, On Fri, 6 Jul 2012, Roman Chyla wrote: I figured this is not complete for jira, retrying /w email... I integrated your patch after merging 3.6.0 -> 3.x and then 3.x into trunk. PyLucene's trunk is now setup to track Lucene's branch_4x branch. I wasn't able to run all tests that s

Re: lucene4.0 release

2012-07-06 Thread Roman Chyla
You can also get it temporarily here: https://github.com/romanchyla/pylucene-trunk roman On Fri, Jul 6, 2012 at 2:04 PM, Roman Chyla wrote: > I figured this is not complete for jira, retrying /w email... > r > > > On Fri, Jul 6, 2012 at 1:55 PM, Andi Vajda wrote: >> I think that the apache mail

Re: lucene4.0 release

2012-07-06 Thread Roman Chyla
I figured this is not complete for jira, retrying /w email... r On Fri, Jul 6, 2012 at 1:55 PM, Andi Vajda wrote: > I think that the apache mail server is eating up the attachment. Try to make > it a .diff file or attach the patch to a jira issue. Thanks ! > > Andi.. > > On Jul 6, 2012, at 18:5

Re: lucene4.0 release

2012-07-06 Thread Andi Vajda
I think that the apache mail server is eating up the attachment. Try to make it a .diff file or attach the patch to a jira issue. Thanks ! Andi.. On Jul 6, 2012, at 18:54, Roman Chyla wrote: > Attaching the patch (there is no chance I could do it in one go, but > if parts are committed in the

Re: lucene4.0 release

2012-07-05 Thread Roman Chyla
The patch probably probably didn't make it to the list, I'll file a ticket later It is definitely lot of work with the python code, I have gone through 1.5 test cases now, and it is just 'unpleasant', so many API changes out there - but I'll try to convert more roman On Thu, Jul 5, 2012 at 7:48

Re: lucene4.0 release

2012-07-05 Thread Andi Vajda
On Jul 6, 2012, at 0:27, Roman Chyla wrote: > Lucene is 4.0 in alpha release and we would like to start working with > pylucene4.0 already. I checked out the pylucene trunk and made the > necessary changes so that it compiles. Would it be possible to > incorporate (some of) these changes? Absol