本文是我在开发过程中遇到的一些问题的整理,有些摘自网上别人的方法. 1. org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://localhost/solr请求超时 解决方法:设置setConnectionTimeout和setSoTimeout为1分钟 2. org.apache.solr.common.SolrExcepti