Something you may have overlooked is that with &debugQuery=on, way down near the end of the list is a "timing" section, looks like this: <lst name="timing">
that lists the time each of the components takes to do its thing, things like highlighting, morelikethis, even the debug component. Sometimes surprises lurk in here, so you might want to check that list. Best Erick On Sun, Oct 30, 2011 at 7:16 PM, <dar...@ontrenet.com> wrote: > 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 >> > >