mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
192 B
192 B
groupBy(R... columns)
groupBy(boolean condition, R... columns)
● Grouping: GROUP BY field, ...
● Example: groupBy(Document::getId,Document::getTitle)--->group by id,title