How to limit the Alfresco query result set to Top-N rows only

安稳与你 提交于 2021-02-05 10:01:48

问题


I need how to get 20 records out of 100 from alfresco in java.

Query:

+@cm\:categories:"*categoryId*"+TYPE:"{http://www.alfresco.org/model/content/1.0}content

Here In this categoryId 100 records in alfresco. But I need top 20 records.
Please help me.

来源:https://stackoverflow.com/questions/61773069/how-to-limit-the-alfresco-query-result-set-to-top-n-rows-only

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!