Re: issue with ParallelMultiSearcher arguments

2009-10-20 Thread Andi Vajda
On Tue, 20 Oct 2009, Yura Smolsky wrote: hmm, even when updated from rev 826068, I got the same exception. I tried to use lucene 2.4 of 826068 revision. Did you rebuild JCC ? Did you install it ? Did you then rebuild PyLucene ? Did you then install it ? if the answers to these questions is a

Re: issue with ParallelMultiSearcher arguments

2009-10-20 Thread Yura Smolsky
hmm, even when updated from rev 826068, I got the same exception. I tried to use lucene 2.4 of 826068 revision. I still receive lucene.InvalidArgsError, not stack overflow... On Fri, Oct 16, 2009 at 11:43 PM, Andi Vajda wrote: > > On Fri, 16 Oct 2009, Andi Vajda wrote: > >> >> On Fri, 16 Oct 200

Re: issue with ParallelMultiSearcher arguments

2009-10-16 Thread Andi Vajda
On Fri, 16 Oct 2009, Andi Vajda wrote: On Fri, 16 Oct 2009, Yura Smolsky wrote: I have added Java wrapper for Searcher class (see attach) and compiled pylucene 2.4.1 against Python 2.5.4 (debian Linux 2.6.30-2-amd64) When I try following program #!/usr/local/bin/python from lucene import

Re: issue with ParallelMultiSearcher arguments

2009-10-16 Thread Andi Vajda
On Fri, 16 Oct 2009, Yura Smolsky wrote: I have added Java wrapper for Searcher class (see attach) and compiled pylucene 2.4.1 against Python 2.5.4 (debian Linux 2.6.30-2-amd64) When I try following program #!/usr/local/bin/python from lucene import * class MySearcher(PythonSearcher): def

issue with ParallelMultiSearcher arguments

2009-10-16 Thread Yura Smolsky
I have added Java wrapper for Searcher class (see attach) and compiled pylucene 2.4.1 against Python 2.5.4 (debian Linux 2.6.30-2-amd64) When I try following program #!/usr/local/bin/python from lucene import * class MySearcher(PythonSearcher): def __init__(self): super(MySearcher, s