Re: In memory indexes in clucene

2010-03-04 Thread Erick Erickson
You'd probably get much more pertinent answers asking on the CLucene, see: http://sourceforge.net/apps/mediawiki/clucene/index.php?title=Support Erick On Thu, Mar 4, 2010 at 3:42 AM, wrote: > > Hi, > > I was looking into Luc

In memory indexes in clucene

2010-03-04 Thread suman . holani
Hi, I was looking into Lucene in-memory Indexes using RAMDirectory. It has also provided with something "MMapDirectory" I want the indexes to persist , so want go for FSDirectory. But to enhance the searching capability , need to put the indexes onto RAM. Now , problem is how can i synchronise b