Hi, I am using Solr1.4 for searching through half a million documents. The problem is, I want to retrieve nearly 200 documents for each search query. The query time in Solr logs is showing 0.02 seconds and I am fairly happy with that. However Solr is taking a long time (4 to 5 secs) to return the results (I think it is because of the number of docs I am requesting). I tried returning only the id's (unique key) without any other stored fields, but it is not helping me improve the response times (time to return the id's of matching documents). I understand that retrieving 200 documents for each search term is impractical in most scenarios but I dont have any other option. Any pointers on how to improve the response times will be a great help.
Thanks, Raghu