Re: Solr Optimization Fail

2011-12-19 Thread Chris Hostetter
: Oh, yes on windows, using java 1.6 and Solr 1.4.1. aparently no one has ever written a FAQ on this, so i just added one... https://wiki.apache.org/solr/FAQ#Why_doesn.27t_my_index_directory_get_smaller_.28immediately.29_when_i_delete_documents.3F_force_a_merge.3F_optimize.3F : > Are you on Wi

Re: Solr Optimization Fail

2011-12-16 Thread Rajani Maski
Oh, yes on windows, using java 1.6 and Solr 1.4.1. Ok let me try that one... Thank you so much. Regards, Rajani 2011/12/16 Tomás Fernández Löbbe > Are you on Windows? There is a JVM bug that makes Solr keep the old files, > even if they are not used anymore. The files are going to be eventu

Re: Solr Optimization Fail

2011-12-16 Thread Tomás Fernández Löbbe
Are you on Windows? There is a JVM bug that makes Solr keep the old files, even if they are not used anymore. The files are going to be eventually removed, but if you want them out of there immediately try optimizing twice, the second optimize doesn't do much but it will remove the old files. On F

Re: Solr Optimization Fail

2011-12-16 Thread Rajani Maski
These parameters are commented in my solr config.xml see the parameters attached. When i do optimize on index of size 400 mb , it reduces the size of data folder to 200 mb. But when data is huge it doubles it. Why is that so? Optimization : Actually should reduce the size of the dat

RE: Solr Optimization Fail

2011-12-16 Thread Juan Pablo Mora
Maybe you are generating a snapshot of your index attached to the optimize ??? Look for post-commit or post-optimize events in your solr-config.xml De: Rajani Maski [rajinima...@gmail.com] Enviado el: viernes, 16 de diciembre de 2011 11:11 Para: solr-user@l