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 进行搜索。结果我得到了一组字段。其中一个字段是“域”。域字段在我的数据库中是多对多关系,因此我的文档包含链接到的“域”数组。
我想要做的是,对于结果集中的每个域,计算在全局结果集中找到这个“域术语”的次数。
我该怎么做?
您需要查看字段折叠功能。