: Is there any parameter to set the max. number of error messages...... : The Solr system was killed after a couple of error messages which caused by : WRONG QUERY....
are you refering to maxing out the number of error messages in the log file? There may be a JDK LoggingFilter that can ignore "near duplicate" log messages if it sees a lot of them ... but that's fairly out of the scope of what Solr worries bout (it's why we use a standardized logging package) you may want to look and see if your servlet container has options for automatic log file rotation. -Hoss