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
>>>
>&
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