Yes Anderson, you don't need cache for master, neither warming. -----Original Message----- From: Anderson vasconcelos [mailto:anderson.v...@gmail.com] Sent: Wednesday, October 17, 2012 9:55 PM To: solr-user Subject: Disable Caching
Hi I have a server that just index data and sincronize this data to others slaves. In my arquitecture, i have a one master server that only receive index requests and n slaves that receives only search requests. I wanna to disable the cache of the master server, because they not receive a search request, this is the best way? I can do this? Wat about warmingSearch, i must disable this too? I'm using solr 3.6.0 Thanks