Title: Does PyLucene Index with temp files?

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

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to