gpt4 book ai didi

apache - 使用 ConcurrentUpdateSolrServer 需要哪些 jar?

转载 作者:行者123 更新时间:2023-12-04 18:20:51 26 4
gpt4 key购买 nike

目前使用

solrServer = new CommonsHttpSolrServer(serverUrl);

和这些 jar ..
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

然而 apache solr 已弃用 CommonHttpSolrServer并建议 ConcurrentUpdateSolrServer更换 CommonHttpSolrServer通过 ConcurrentUpdateSolrServer给出运行时异常..

线程“主”java.lang.NoClassDefFoundError 中的异常:org/apache/http/HttpRequestInterceptor

需要 jar httpcore-4.0-alpha6.jar Exception 还表示另外三个异常。
任何人都列出了哪些额外的 jar ,如 httpcore-4.0-alpha6.jar需要更换 CommonHttpSolrServer通过 ConcurrentUpdateSolrServer

最佳答案

看看https://issues.apache.org/jira/browse/SOLR-3374
您需要包含 httpcore , httpmimehttpclient jar 。

另外,我注意到您正在使用 Solr 3.6 jar 和 Lucene 3.5 jar - 保持 Solr 和 Lucene jar 版本同步通常是个好主意。

关于apache - 使用 ConcurrentUpdateSolrServer 需要哪些 jar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10716690/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com