Posted on 2005-05-05 19:25:11-07 by dmg11
persistent IndexSearchers
Great job on the perl port of Lucene. I've used the java implementation extensively, and I was wondering if there is any sense in which the Plucene has thread-safe IndexSearchers (as does the Lucene). I'm using Plucene in a cgi framework, and a large part of the execution time is taken up by instantation of the IndexSearcher from a file-based index directory (which is up to 200Mb in my application). I was hoping to use mod_perl or SpeedyCGI to persist IndexReader's across requests, but this will only cause problems if the searchers aren't threadsafe. I suspect they are not, but thought to ask ..... regards, --David Goodstein
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.