On Jun 27, 2008, at 12:08 PM, Andi Vajda wrote:
On Fri, 27 Jun 2008, Darren Govoni wrote:
Hi,
Is there a way to make pylucene read an on-disk index into memory and
then do all the search operations on it there?
Yes, the same way you'd do with Java Lucene, using a RAMDirectory.
Given sufficient RAM, your OS will end up caching the whole thing in
memory anyway. Lucene itself does quite a lot of caching too.
But yeah, ask the Lucene folks. ;-)
_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev