Disclaimer: I'm a Solr newbie so I apologize in advance if this sounds lame.
I'm trying to optimize Solr queries running on an instance which has queryResultCache turned on. Caching restricts my ability to experiment with queries and analyze how much time each variation of the query takes.
I'm querying Solr via
curl.Disabling
queryResultCacheon this instance or acquiring a different instance is not an option.
Any help or ideas are welcome.
I tried this approach and passed
cache=falseas acurlparameter to the Solr query.I don't believe it worked since query time was 26926 the first time and then its averaging ~ 152.