[pylucene-dev] Does PyLucene Index with temp files?
Taquin Ho
taquin.ho at projectplace.com
Tue May 23 09:37:46 PDT 2006
I have a straightforward installation of pyLucene 9.1 and am calling it
through an apache server with the help of a python script.
The apache server is not running as the local system account but a
windows user which has access to the necessary shares where the indexes
are stored.
A problem occurs when the index is to be created and I am guessing it is
because PyLucene attempts to create the index in some temporary file or
directory that is does not have access to.
File "core\src\bs_search.py", line 64, in __init__
self.analyzer, True)
File "C:\programs\python24\lib\site-packages\PyLucene.py", line 2261,
in __init__
newobj = _PyLucene.new_IndexWriter(*args)
JavaError: java.io.IOException: CreateFile failed
I need to know if this is the case, and if so, where the location is, so
I can give the particular windows user access to the location.
If its not the case, does anyone have any idea what the problem is?
:-)
Taquin Ho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/pylucene-dev/attachments/20060523/f07d7e93/attachment.html
More information about the pylucene-dev
mailing list