Hi, Got something very strange here with Solr Implementation Version: 3.4-SNAPSHOT 1145597M - markus - 2011-07-12 17:10:47. It's an index with ~1.4 million records indexed from a Nutch crawl. I noticed strange behaviour when using an interface and paging through the result set, the result set got longer for each page. It looks like the start parameter is ignored but used to increment the rows parameter instead!
So start = 1 returns 11 rows and start = 500 returns 510 rows, funky! Can anyone confirm this behaviour is did something happen with my configuration? This does not happen with Solr Implementation Version: 3.2-SNAPSHOT 1098534M - markus - 2011-05-25 15:51:45. Thanks