: I'm only requesting 20 rows, and I'm not specifically sorting by any field. Does solr : automatically induce sort by default, and if so, how do I disable it?
default sorting is by score, which is cheap ... walter's question was mainly to verify that you are not sorting sice it is expensive (we have to make guesses as to what might be causing you problems in the absence of seeing your configs or full URLs) -Hoss