Hello All, I am planning to do load testing for some of my code changes and I need to disable all kind of caching.
I removed all caching related elements from solr config (in zookeeper). This is the document I referred. https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig I removed below settings. *filterCache,queryResultCache, documentCache* Set below settings to 0. queryResultWindowSize, queryResultMaxDocsCached However still the subsequent searches are fast and not taking the same amount of time. Could you please tell me how can I remove all kind of caching from solr/lucene ? Thanks, Nilesh kamani