Closed gordonwoodhull closed 4 years ago
It could be the session reset. (I forget if we use the compute session for search for some reason.)
After the error, if you then click on page 1, you can click on any page after that.
I think we discussed this way back. The results are cached to make clicking on later pages quick. Seems that the cache gets blown away somehow.
Yes, rcloud.solr
would not re-run the query if start > 0
even if there were no cached results.
https://github.com/att/rcloud.solr/blob/develop/R/search-controller.R#L178