On Aug 14, 2009, at 12:33, Valery Khamenya <khame...@gmail.com> wrote:
Hi what would be the best way to call Lucene from Python application? Is PyLucene really a good way for it? In particular: What about PyLucene's scalability? What about PyLucene vs Lucene performance? (this post is quite old: http://markmail.org/message/5pjbs7mdh4fpvsjb)
PyLucene is a Python wrapper around Java Lucene. A Java VM is embedded in the Python VM's process. Its performance and scalability are very similar to regular Java Lucene except when crossing the Python/Java VM boundary when writing Lucene extensions in Python.
Andi..
best regards -- Valery A.Khamenya