Naposledy aktualizováno
May 19, 2021 06:28:40 PM GMT
|
Platí také pro CRX
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
Přihlaste se ke svému účtu.