Hi,
I'm getting following error when i indexed solr,

org.apache.solr.common.SolrException: Error opening new searcher. exceeded
limit of maxWarmingSearchers=2, try again later.
11:20:46
WARNING
SolrCore
[profiles] Error opening new searcher. exceeded limit of
maxWarmingSearchers=2, try again later.

When I googled I found that this too many commits in conjunction with
warming

How can I remove this error ???

I'm mentioning some major modified settings in my solrConfig.xml


     <autoCommit>
       <maxTime>15000</maxTime>
       <openSearcher>false</openSearcher>
     </autoCommit>

 <!--
       <autoSoftCommit>
         <maxTime>1000</maxTime>
       </autoSoftCommit>
      -->


    <filterCache class="solr.FastLRUCache"  size="4096"
initialSize="1024" autowarmCount="1024"/>

   <queryResultCache class="solr.LRUCache"   size="4096"
initialSize="1024" autowarmCount="512"/>

<documentCache class="solr.LRUCache"  size="4096"
initialSize="512"        autowarmCount="0"/>

<queryResultWindowSize>48</queryResultWindowSize>




-- 
*dhanesh s.r*

Reply via email to