How to get all results from solr query?
I remember myself doing &rows=2147483647 2,147,483,647 is integer’s maximum value. I recall using a number bigger than that once and having a NumberFormatException because it couldn’t be parsed into an int. I don’t know if they use Long nowadays, but 2 billion rows is normally more than enough. Small note: Be careful if you are … Read more