Hi, I'm trying to optimize a solr application. The bottleneck are queries that request 1000 rows to solr. Unfortunately the application can't be modified at the moment, can you suggest me what could be done on the solr side to increase the performance? The bottleneck is just on fetching the results, the query executes very fast. I suggested caching .fdx and .fdt files on the file system cache. Anything else?
Thanks