如何在 Solr 中加载多个模式?

发布于 2024-11-10 03:49:03 字数 66 浏览 0 评论 0原文

我需要使用 Solr 比较多个模式的结果。

有什么办法可以达到这个目的吗?

提前致谢。

I need to compare the results of muliple schema using Solr.

Is there any way to acheive this.

Thanks in advance.

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

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

发布评论

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

评论(1

缱倦旧时光 2024-11-17 03:49:03

单个索引为所有实体定义了统一的模式,但是您可以通过使用 solr 多核概念来使用多个索引。请参考 http://wiki.apache.org/solr/CoreAdmin

您可以将每个架构配置为单独的核心以保持分离,但您仍然可以通过将以下参数添加到请求网址来使用所有核心进行搜索

shards="core_url1, core_url2, ..."

A single index defines a unified schema for all entities, however you can use multiple indexes by using solr multicore concept. please refer to http://wiki.apache.org/solr/CoreAdmin .

You can configure each schema as a separate core to maintain the separation how ever you can still use all the cores to search by adding following param to the request url

shards="core_url1, core_url2, ..."

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