On Tue, Dec 23, 2014 at 4:59 PM, Uwe Schindler <u...@thetaphi.de> wrote:
> Hi Dawid, > > Unfortunately, for that to work, Solr needs to solely use NIO.2, too. Only > Lucene disallows java.io.File and related classes, Solr is excluded from > this forbidden-check. > You are right. Speeding up tests is a good reason to do it though. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -----Original Message----- > > From: Dawid Weiss [mailto:dawid.we...@gmail.com] > > Sent: Tuesday, December 23, 2014 4:22 PM > > To: java-user@lucene.apache.org > > Subject: Re: BTRFS ? > > > > > This could speed up tests, especially Solr where some dirs are copied > > > over and over for every test case. :-) > > > > A wild idea, but since there's NIO everywhere now you could use an in- > > memory filesystem for tests and avoid going to disk entirely :D > > > > https://github.com/google/jimfs > > > > Dawid > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Regards, Shalin Shekhar Mangar.