Hi: I'm getting flurries of these error messages:
WARNING: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. SEVERE: org.apache.solr.common.SolrException: Error opening new searcher. exceeded limit of maxWarmingSearchers=4, try again later. On a solr instance where I am in the process of indexing moderately large number of documents (300K+). There is no querying of the index taking place at all. I don't understand what operations are causing new searchers to warm, or how to stop them from doing so. I'd be happy to provide more details of my configuration if necessary, I've made very few changes to the solrconfig.xml that comes with the sample application. Thanks. SV