On Apr 11, 2010, at 13:17, sudhir singh rana <[email protected]> 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 [email protected] mailing list.
Andi..
thanks in advance
