Low Memory Patch For Lucene

| | Comments (8) | TrackBacks (0)
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.



8 Comments

Elan said:

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

Aaron said:

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

Solr User said:

Is it possible for you to patch 2.9.3?

Derrick Burns said:

Have you updated this for Lucene 3.3. I need it badly!

Anand Nigam said:

Have you updated this for Lucene 3.4?

Aaron said:

I haven't but I will. Also from Lucene 3.5+ it should be apart of the normal apache distro.

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