作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
目前使用
solrServer = new CommonsHttpSolrServer(serverUrl);
apache-solr-core-3.6.0
apache-solr-solrj-3.6.0
commons-codec-1.6
commons-httpclient-3.1
commons-io-2.1
jcl-over-slf4j-1.6.1
slf4j-api-1.6.1
slf4j-jdk14-1.6.1
lucene-core-3.5.0
CommonHttpSolrServer
并建议
ConcurrentUpdateSolrServer
更换
CommonHttpSolrServer
通过
ConcurrentUpdateSolrServer
给出运行时异常..
httpcore-4.0-alpha6.jar
Exception 还表示另外三个异常。
httpcore-4.0-alpha6.jar
需要更换
CommonHttpSolrServer
通过
ConcurrentUpdateSolrServer
最佳答案
看看https://issues.apache.org/jira/browse/SOLR-3374
您需要包含 httpcore
, httpmime
和 httpclient
jar 。
另外,我注意到您正在使用 Solr 3.6 jar 和 Lucene 3.5 jar - 保持 Solr 和 Lucene jar 版本同步通常是个好主意。
关于apache - 使用 ConcurrentUpdateSolrServer 需要哪些 jar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10716690/
我打算使用ConcurrentUpdateSolrServer批量索引文档。我没有找到任何 API 可以在客户端-服务器通信上设置 GZIP 压缩。有人可以帮忙吗? 提前致谢。 最佳答案 Concur
目前使用 solrServer = new CommonsHttpSolrServer(serverUrl); 和这些 jar .. apache-solr-core-3.6.0 apache-sol
SolrServer 的以下实现之间有什么区别? : ConcurrentUpdateSolrServer HttpSolrServer CommonsHttpSolrServer(注意:现在是否已弃
我是一名优秀的程序员,十分优秀!