Re: Using MMapDirectory instead of FSDirectory

2007-08-21 Thread Chris Hostetter
: Is there a way to use a MMapDirectory instead of FSDirectory within Solr ? i'm not very familiar with MMapDirectory but according to the javadocs... To use this, invoke Java with the System property org.apache.lucene.FSDirectory.class set to org.apache.lucene.store.MM

Using MMapDirectory instead of FSDirectory

2007-08-21 Thread Jérôme Etévé
Hi ! Is there a way to use a MMapDirectory instead of FSDirectory within Solr ? Our index is quite big and It takes a long time to go up in the OS cached memory. I'm wondering if an MMapDirectory could help to have our data in memory quicker (our index on disk is bigger than our memory availabl