Hi Jack, On Wed, Nov 12, 2008 at 2:31 PM, 付 尧 <[EMAIL PROTECTED]> wrote: > ...But when I turn to JsonQueryServlet. I found it didn't use it at all....
JsonQueryServlet does support result set pagination, with the "offset" and "rows" parameters. So for example ...query.json?offset=2&rows=5 will return up to 5 items, skipping the first 2 of the result set. -Bertrand
