Hello, I am seeing a performance issue in querying in one of the SOLR servers - instance version 5.4.1. Total number of documents indexed are 20K plus. Data returned for this particular query is just as less as 22 documents however it takes almost 2 minutes to get the results back.
Is there a way to improve on performance of query - in general the query response time is slow.. I have most of the fields which are stored and indexed both.I can take off some fields which are just needed to be indexed however those are not many fields. Can I do something solrconfig.xml in terms of cache or something else? Any suggestions? Thanks!!