SolrJ 在尝试实例化 HttpSolrServer 时抛出 NoHttpResponseException。有谁知道为什么?
在我做的代码中:
SolrServer server = new HttpSolrServer ("http://localhost:8983/solr/"); // or some other url.
它抛出:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/http/NoHttpResponseException
我正在使用 Solr 和 SolrJ 4.1.0