mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
218 B
218 B
orderByDesc(R... columns)
orderByDesc(boolean condition, R... columns)
● Sorting: ORDER BY field, ... DESC
● Example: orderByDesc(Document::getId,Document::getTitle)--->order by id DESC,title DESC