Re: Using MMapDirectory

2009-07-07 Thread Marc Sturlese
ectory instead of, say, tmpfs (RAM > disk) under Linux? > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message >> From: Mark Miller >> To: solr-user@lucene.apache.org >> Sent: Monday, July 6

Re: Using MMapDirectory

2009-07-06 Thread Otis Gospodnetic
Subject: Re: Using MMapDirectory > > Marc Sturlese wrote: > > Hey there, > > > > For testing purpose I am trying to use lucene's MMapDirectory in a recent > > Solr nightly instance. I have read in Lucene's documentation: > > &

Re: Using MMapDirectory

2009-07-06 Thread Mark Miller
Marc Sturlese wrote: Hey there, For testing purpose I am trying to use lucene's MMapDirectory in a recent Solr nightly instance. I have read in Lucene's documentation: "To use MMapDirectory, invoke Java with the System property org.apache.lucene.FSDirectory.class set to org.apache.lucene.store.M

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