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 1.4)
FieldCollapseResponse fieldCollapseResponse = resp. getFieldCollapseResponse();
我正在寻找针对 Solr 3.3 做同样事情的代码。
感谢帮助混合泳
“字段折叠”已被替换为“结果分组”,它包含了前者。但是它们有非常不同的响应结构,SolrJ 还没有解决这个问题。