gpt4 book ai didi

solr - 如何使用类似于 rdbms 子查询的 Solr 子查询?

转载 作者:行者123 更新时间:2023-12-02 04:49:07 24 4
gpt4 key购买 nike

我需要在 Solr 中运行一个查询,其中包含另一个查询作为主查询的条件!

在 RDBMS SQL 中是这样的:

select name from movie
where movie.writer in (
select director from movie where producer = 'XXX'
)

Solr 有什么办法可以做到这一点吗?

最佳答案

已解决。
这可以在 Solr 中使用“加入”。
以下是我回答示例的解决方案:

fl=name&  
q={!join from=writer to=director}+producer:XXX

还可以添加过滤查询。这个过滤器会影响join和query的结果。
感谢 Ramzy。

关于solr - 如何使用类似于 rdbms 子查询的 Solr 子查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30497690/

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