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的同时,我们需要同时实现group by和order by 。如何实现?根据我的调查,solr 不会同时支持两者。有人有好主意吗?
使用字段折叠,您可以分别使用group.sort 和 sort parameters设置组和组内的排序顺序。