Hi ,
i'm using version 1.00 of lucene and while calling IndexWriter.addIndexes(DirectoryList) i get the follwoing error:
Traceback (most recent call last):
File "<pyshell#18>", line 1, in ?
writer.addIndexes([storeList[0]])
File "C:\Python24\lib\site-packages\PyLucene.py", line 1901, in addIndexes
def addIndexes(*args):return _PyLucene.IndexWriter_addIndexes(*args)
JavaError: <unprintable instance object>
File "<pyshell#18>", line 1, in ?
writer.addIndexes([storeList[0]])
File "C:\Python24\lib\site-packages\PyLucene.py", line 1901, in addIndexes
def addIndexes(*args):return _PyLucene.IndexWriter_addIndexes(*args)
JavaError: <unprintable instance object>
why ? any solution ?
Thanks in advance , yaniv
_______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
