easy-es/docs/en/orderByDesc.md
2022-03-17 11:01:44 +08:00

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