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 比较多重模式的结果。
有没有办法实现这一点。
提前致谢。
单个索引为所有实体定义了一个统一的架构,但是您可以通过使用 solr 多核概念来使用多个索引。请参考http://wiki.apache.org/solr/CoreAdmin。
您可以将每个模式配置为单独的核心以保持分离,但是您仍然可以通过将以下参数添加到请求 url 来使用所有核心进行搜索
shards="core_url1, core_url2, ..."