I had a similar requirement in my project, where a user might ask for up to 
3000 results. What I did was change SolrIndexSearcher.doc(int, Set) to retrieve 
the unique key from the field cache instead of retrieving it as a stored field 
from disk. This resulted in a massive speed improvement for these requests 
(like 10x if I recall correctly).

-Michael

Reply via email to