The first thing I'd try would be to up the autowarm counts. Don't go
overboard here, I'd suggest, say, 16 of so to start but it depends on your
query mix.

If that doesn't help, you need to add some more details. Some example
queries would be a place to start.

Best
Erick
On Jan 6, 2014 4:19 AM, "sivaprasad" <sivaprasa...@echidnainc.com> wrote:

> 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.
>

Reply via email to