I have rows=10. Good idea, I will set it to 1. Should I expect a constant return time with rows=10 despite the # of total found documents since they aren't returned?
> Another thing to note is that QTime does not include the time it takes to > retrieve the stored documents to include in the response. So if you're > using a > high rows value in your query, QTime may be much smaller than the actual > time > Solr spends generating the response. > > Try adding rows=1 to your query and see if it still takes that long. > > -Michael >