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 实现?
不确定您的确切要求是什么。但是,您可以探索块连接查询解析器(这是一个链接),它可以让您查询分层文档。