If I query for IDs and I do not care about order, will I get significantly better performance paging the results?
Example query: http://domain/solr/select?q=ACCT_ID%3A1153&fq=SOME_FIELD%3SomeKeyword%2C+SOME_FIELD_2%3ASomeKeyword&rows=10000&fl=ID&wt=json With this kind of query, I notice that rows=10 returns in 5ms, while rows=10000 (producing about 7000 results) returns in about 500ms. Thanks, Ilya
