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.
我一直在寻找是否可以对 Zend Lucene 搜索结果进行类似于 MySQL 的 GROUP BY 过滤器,这样如果它返回一些具有相同指定字段的行,它只会返回 1 行。
我不确定 Zend,但在 Lucene/Solr 世界中,此功能称为“字段折叠”。
几点建议: