Problem, Question
You would like to limit the resultset that is returned (Like a âTopâ in MS SQL, a âLIMITâ in MySQL or âROWNUMâ in Oracle ).
Resolution, Answer
You can call com.day.crx.query.lucene.CRXQuery.setLimit(long limit)
method before you execute the query.
Applies to
CRX 1.4.x