Hi Nitin, You can just set the attributes of caches to zero. size="0" initialSize="0" autowarmCount="0" and so on. Why do you want to turn off caches btw? Any specific reasons?IMO, documents are cached in OS disc cache space which you may not able to control. It is OS specific.
I don't quite understand your question. In the first statement you said, you want to turn off caches. In second statement you are asking about making search faster. That's confusing. To make search fast even at first time, you might want to have look at newSearcher and firstSearcher events. https://wiki.apache.org/solr/SolrCaching#newSearcher_and_firstSearcher_Event_Listeners On Mon, Aug 10, 2015 at 6:45 PM, Nitin Solanki <nitinml...@gmail.com> wrote: > Hi, > I have commented "querycache, filterquerycache and document > cache". Still searching is using cache. why so? > > 2) First time searching a query, it takes time and afterwards, it can't due > to cache, I know that. But how to make search always faster even first time > searching? >