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 on the Solr server with a message that "this.docs is 
null". (Stack trace available if required)

This happens in my app using the solrj client, but I can reproduce it using the 
Solr Admin page. I’ve deleted and rebuilt the index several times.

I’m using the solr.latest Docker image which is a Solr 9.1 installation.

Any help appreciated.

Cliff

Reply via email to