On 12/10/22 02:40, cliff willsher wrote:
I’m having an issue with using simple paging (i.e. using the “start” parameter)
and the default query of *:*. The first query succeeds (start=0) but subsequent
queries fail (start >= rows). Any other query that finds all documents will
page as expected
Hi,
I’m having an issue with using simple paging (i.e. using the “start” parameter)
and the default query of *:*. The first query succeeds (start=0) but subsequent
queries fail (start >= rows). Any other query that finds all documents will
page as expected (i.e. q=id:*).
The failure is a NPE o