: in my solr u have 1,42,45,223 records having some 50GB . : Now when iam loading a new record and when its trying optimize the docs its : taking 2 much memory and time
: can any body please tell do we have any property in solr to get rid of this. Solr isn't going to optimize the index unless you tell it to -- how are you indexing your docs? are you sure you don't have something programmed to send an optimize command? -Hoss