Castle for Lucene/Solr?

2011-09-03 Thread Otis Gospodnetic
Hello, I saw mentions of something called "Caste" a while back, but only now looked at what it is, and it sounds like something that's potentially interesting/useful (performance-wise) for Lucene/Solr. See http://twitter.com/#!/otisg/status/109768673467699200 Has anyone tried it with Lucene/S

RE: Memory issues

2011-09-03 Thread Uwe Schindler
There is no difference between 2.9 and 3.0, ist exactly the same code with only Java 5 specific API modifications and removal of deprecated methods. The issue you have seems to be that maybe your index have grown beyond some limits of your JVM. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-282

Memory issues

2011-09-03 Thread Michael Bell
Ok, one customer of ours insists on running a Really Big Single Server Lucene index. To be exact, there are about 300 million documents. This is running on a 64 bit JVM/64 bit OS with 24 GB(!) RAM allocated. Until very recently all was well. We then updated then in program version, which updat