While I'm working on getting my code into lucene. I have patched 3.0.0 and 2.9.1 with my low memory patch.
By default the small memory footprint is enabled to change back to the default implementation set the following system property.
-Dorg.apache.lucene.index.TermInfosReader=default
Have fun! If you have any problems or questions please let me know or add to this LUCENE-2205.
3 Comments
Leave a comment
0 TrackBacks
Listed below are links to blogs that reference this entry: Low Memory Patch For Lucene.
TrackBack URL for this entry: http://www.nearinfinity.com/mt/mt-tb.cgi/1557



Hey, great patch! However I ran into the max unique term limit bug.
https://issues.apache.org/jira/browse/LUCENE-2257
Is it possible for you to update your jar with this patch (I'm using 2.9.1 but 3.0 is fine too) or post your whole lucene source code so I can add in the fix?
Thank
Elan
I will rework a patch for both 2.9.2 and 3.0.1 tonight and re-post them here. Currently the source is posted here:
https://issues.apache.org/jira/browse/LUCENE-2205
Is it possible for you to patch 2.9.3?