Great!
Can you please share your changes? The best way to do this is to:
1. Check Lucene's trunk out from subversion, with:
svn co http://svn.apache.org/repos/asf/lucene/java lucene-trunk
2. Make your changes. Use 'svn add' for new files, like unit tests.
Please try to conform to the Sun coding conventions. Make sure
that all non-private elements have good javadoc comments, etc.
3. Check that 'ant clean test' completes successfully.
4. Generate a patch with:
svn diff > my.patch
5. Create a new issue at:
http://issues.apache.org/jira/browse/LUCENE
You will need to create yourself a Jira account, if you don't
already have one.
6. Attach your patch file to the issue.
Thanks!
Doug
zzzzz shalev wrote:
i wrote a patch for this and the difference is unbelievable,
the memory footprint has been cut almost in half and it seems like performance is basically the same if not better!!!
if anyone is interested let me know
Doug Cutting <[EMAIL PROTECTED]> wrote:
RAMDirectory is indeed currently limited to 2GB. This would not be too
hard to fix. Please file a bug report. Better yet, attach a patch.
I assume you're running a 64bit JVM. If so, then MMapDirectory might
also work well for you.
Doug
zzzzz shalev wrote:
this is in continuation of a previous email i sent
i have a 6gb index containing over 12 million terms.
looking at the Lucene code RAMDirectory.java
i see an int cast of the index file size, meaning there is a 2GB limit
did i miss something?
has anyone loaded more then a single 2GB index into RAM ??????
thanks,
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]