Are you trying to build the dictionary using a warming query? I think I saw this happen once before a long time ago. I think if you are issuing a warming query with "spellcheck.build=true", then you might also want to use "spellcheck.collate=false". If this fixes it, could you open a bug report in JIRA with the "before" and "after" queries so we can try and fix this?
https://issues.apache.org/jira/browse/SOLR James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -----Original Message----- From: vijeshnair [mailto:vijeshkn...@gmail.com] Sent: Saturday, January 19, 2013 4:03 AM To: solr-user@lucene.apache.org Subject: SOLR 4 getting stuck during restart I have my index based spell checker configured, and the select request handlers are configured with collation i.e. <str name="spellcheck.collate">true</str> For my testing I have indexed 2 million records there after generated the index based dictionary (I am evaluating the DirectSpellChecker, I am seeing my memory consumption is more when I use DirectSpellChecker). Now I wanted modify some threshold parameters in the config file for the new spellchecker component. So when I restarted my tomcat, the tomcat re-start is getting stuck at the following line INFO: QuerySenderListener sending requests to Searcher@332b9f79 main{StandardDirectoryReader(segments_1f:281 _2x(4.0.0.2):C1653773)} Any comments, am I missing some thing or some miss configuration. Please help. My temporary work around :- removed the index based dictionary which was created before, and restarted. I will regenerate the dictionary now. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-4-getting-stuck-during-restart-tp4034734.html Sent from the Solr - User mailing list archive at Nabble.com.