On Apr 11, 2010, at 13:17, sudhir singh rana <sudhirsinghr...@gmail.com> wrote:
Hi,I want to know whether searcher.search function, MultiFieldQueryParser.parseetc are thread safe. Can I use same object of searcher in multiple threads.
PyLucene embeds Lucene Java. The same threading constraints apply. For more details on how to use threading with Lucene, please refer to the java-u...@lucene.apache.org mailing list.
Andi..
thanks in advance