Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我按照我在此处和此处找到的说明创建了我的第一个 Solr SearchComponentPlugin,对于一个内核来说一切都很好!
现在因为我在多个分片(具有相同架构)上使用分布式搜索,所以我尝试在多个核心上对其进行测试,但没有任何成功。
我找到了这个wiki,但我不明白如何使搜索框中的 DemoSearchComponent 同时与多个内核一起工作!
有没有人有任何好的建议如何转换这个演示组件分布式感知?
通过检查已经分布式感知搜索组件的代码,例如在 org.apache.solr.handler.component 中找到的术语向量,我设法创建了自己的分布式感知插件。:)