Re: Solr 9.1 Null Pointer Exception

2022-12-10 Thread Shawn Heisey
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

Solr 9.1 Null Pointer Exception

2022-12-10 Thread cliff willsher
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