Hi all,
I have a solr index with 5,000,000 documents and my index size is 38GB. But
when I query for about 400,000 documents based on certain criteria, solr
searches it really quickly but does not return data for close to 2 minutes.
The unique key field is the only field i am requesting for. Also, I apply
an xslt transformation to the response to get a comma separated list of
unique keys. Is there a way to improve this speed?? Would sharding help in
this case?
I am currently using solr 4.0 beta in my application.
Thanks,
Rohit