Hi, I have configured Solr salve replication for every 1hr. During this time I am seeing my search is unresponsive. Any other architectural changes do we need to do to overcome this?
I am giving some cache details which I have in my solrconfig.xml. <filterCache class="solr.FastLRUCache" size="512" initialSize="512" cleanupThread="true" autowarmCount="0"/> <queryResultCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/> <documentCache class="solr.LRUCache" size="512" initialSize="512" autowarmCount="0"/> <fieldValueCache class="solr.FastLRUCache" size="512" cleanupThread="true" autowarmCount="128" showItems="32" /> <useFilterForSortedQuery>true</useFilterForSortedQuery> <useColdSearcher>false</useColdSearcher> <maxWarmingSearchers>2</maxWarmingSearchers> Any suggestions are appreciable. Regards, Siva <http://smarttechie.org/> -- View this message in context: http://lucene.472066.n3.nabble.com/Slowness-of-Solr-search-during-the-replication-tp4109712.html Sent from the Solr - User mailing list archive at Nabble.com.