Re: issue with ParallelMultiSearcher arguments

2009-10-20 Thread Yura Smolsky
t;> 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 >>> >&

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