Re: PyLucene 2.9.0 sources available for testing

2009-09-30 Thread Andi Vajda
On Wed, 30 Sep 2009, Aric Coady wrote: On Sep 29, 2009, at 3:10 PM, Andi Vajda wrote: With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is in the works. I just completed the first rev of this and checked it into svn trunk. So far, I've only tested it on Mac OS X 10.6 with

Re: PyLucene 2.9.0 sources available for testing

2009-09-30 Thread Aric Coady
On Sep 29, 2009, at 3:10 PM, Andi Vajda wrote: With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is in the works. I just completed the first rev of this and checked it into svn trunk. So far, I've only tested it on Mac OS X 10.6 with 64-bit Python. All unit tests pass

Re: PyLucene 2.9.0 sources available for testing

2009-09-30 Thread Aaron Lav
On Tue, Sep 29, 2009 at 05:01:06PM -0700, Andi Vajda wrote: > > On Tue, 29 Sep 2009, Aaron Lav wrote: > >> On Tue, Sep 29, 2009 at 03:10:01PM -0700, Andi Vajda wrote: >>> >>> With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is >>> in the works. I just completed the first rev o

Re: InstantiationException with PythonHitCollector

2009-09-30 Thread Max Lynch
Awesome that did it! Thanks Andi. I also noticed I wasn't using self in the collect method declaration. On Wed, Sep 30, 2009 at 12:06 PM, Andi Vajda wrote: > > On Wed, 30 Sep 2009, Max Lynch wrote: > > Hi, I am trying to subclass lucene.PythonHitCollector to use the >> HitCollector features

Re: InstantiationException with PythonHitCollector

2009-09-30 Thread Andi Vajda
On Wed, 30 Sep 2009, Andi Vajda wrote: For an example on how to use PythonHitCollector, see: samples/LuceneInAction/HitCollectorTest.py which uses samples/LuceneInAction/BookLinkCollector.py a subclass of PythonHitCollector Sorry, that second path should be: samples/LuceneInAction/lia/ext

Re: InstantiationException with PythonHitCollector

2009-09-30 Thread Andi Vajda
On Wed, 30 Sep 2009, Max Lynch wrote: Hi, I am trying to subclass lucene.PythonHitCollector to use the HitCollector features of Lucene, but I get this error: File "/home/max/test/spider/src/ras/spider/spider.py", line 812, in __init__ super(lucene.PythonHitCollector, self).__init__() lucen