RE: Reloading RAM Directory from updated FS Directory

2009-06-12 Thread Diamond, Greg
, June 09, 2009 6:25 PM To: java-user@lucene.apache.org Subject: RE: Reloading RAM Directory from updated FS Directory Hi Greg & Kay, > Lucene (IndexSearchers / IndexReaders) has the notion of cache as well > so you need to check if you really want a 100% replication of > RAMDirectory

Re: Reloading RAM Directory from updated FS Directory

2009-06-10 Thread Michael Stoppelman
essage- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Wednesday, June 10, 2009 6:36 AM > To: java-user@lucene.apache.org > Subject: RE: Reloading RAM Directory from updated FS Directory > > > There is currently a patch/idea from Earwin around that modifies > MMapD

RE: Reloading RAM Directory from updated FS Directory

2009-06-10 Thread Diamond, Greg
Thanks for the responses. I am testing it out using MMapDirectory. Cheers! -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Wednesday, June 10, 2009 6:36 AM To: java-user@lucene.apache.org Subject: RE: Reloading RAM Directory from updated FS Directory There is

RE: Reloading RAM Directory from updated FS Directory

2009-06-10 Thread Uwe Schindler
. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: eks dev [mailto:eks...@yahoo.co.uk] > Sent: Wednesday, June 10, 2009 12:30 PM > To: java-user@lucene.apache.org > Subject: Re: Reloading RAM Directory

Re: Reloading RAM Directory from updated FS Directory

2009-06-10 Thread eks dev
he.org > Sent: Wednesday, 10 June, 2009 0:24:35 > Subject: RE: Reloading RAM Directory from updated FS Directory > > Hi Greg & Kay, > > > Lucene (IndexSearchers / IndexReaders) has the notion of cache as well > > so you need to check if you really want a 100% replicat

RE: Reloading RAM Directory from updated FS Directory

2009-06-09 Thread Uwe Schindler
Hi Greg & Kay, > Lucene (IndexSearchers / IndexReaders) has the notion of cache as well > so you need to check if you really want a 100% replication of > RAMDirectory / FSDirectory as well concurrently in memory. Have you > tested with the FieldCache policies before moving onto the RAMDirectory >

Re: Reloading RAM Directory from updated FS Directory

2009-06-09 Thread Kay Kay
Have you checked out solr project that provides a service on top of Lucene + caching / warming up facilities similar to what you need. The IndexReaders are expensive ( and are the underlying data source for a given IndexSearcher ) in terms of time and resources , when being opened / created an