You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Daniel Pfeifer <Da...@tradedoubler.com> on 2006/01/27 13:37:04 UTC

RE: [SPAM] - Re: Performance tips? - Sending mail server found on bl.spamcop.net

Are we both talking about Lucene? I am using Lucene 1.4.3 and can't find
a class called MapDirectory or MMapDirectory.

/Daniel

-----Original Message-----
From: Doug Cutting [mailto:cutting@apache.org] 
Sent: den 27 januari 2006 11:43
To: java-user@lucene.apache.org
Subject: [SPAM] - Re: Performance tips? - Sending mail server found on
bl.spamcop.net

Daniel Pfeifer wrote:
> We are sporting Solaris 10 on a Sun Fire-machine with four cores and
> 12GB of RAM and mirrored Ultra 320-disks. I guess I could try
switching
> to FSDirectory and hope for the best.

Or, since you're on a 64-bit platform, try MMapDirectory, which supports

greater parallelism than FSDirectory.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: [SPAM] - Re: Performance tips? - Sending mail server found on bl.spamcop.net

Posted by Doug Cutting <cu...@apache.org>.
Daniel Pfeifer wrote:
> Are we both talking about Lucene? I am using Lucene 1.4.3 and can't find
> a class called MapDirectory or MMapDirectory.

It is post-1.4.

You can download a nightly build of the current trunk at:

http://cvs.apache.org/dist/lucene/java/nightly/

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org