SolrJ 1.4 中的嵌入式SolrServer

发布于 2024-09-11 21:15:53 字数 346 浏览 8 评论 0 原文

我正在使用 SolrJ 1.4,我无法确定 EmbeddedSolrServer 位于哪个 jar 文件中。文档说它的命名空间是 org.apache.solr.client.solrj.embedded 但根据 SolrJ 维基

我还缺少用于实例化 EmebbdedSolrServer 实例的 CoreContainer 类。

预先感谢,

吉恩

I am using SolrJ 1.4, I am having trouble figuring out in what jar file the EmbeddedSolrServer lives. The documentation says that its namespace is org.apache.solr.client.solrj.embedded but I don't see this namespace among the libraries that make up SolrJ 1.4, according to the SolrJ Wiki.

I am also missing the CoreContainer class that is used to instantiate the EmebbdedSolrServer instance.

Thanks in advance,

Gene

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤星 2024-09-18 21:15:53

这两个类都可以在 Solr 1.4 包的 dist/apache-solr-core-1.4.0.jar 中找到。

Both classes can be found in dist/apache-solr-core-1.4.0.jar of Solr 1.4 package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文