Oops - my bad - Its autoSoftCommit that is set after every doc and not an
autoCommit. 

Following snippet from the solrconfig - 

<autoCommit> 
       <maxTime>10000</maxTime> 
       <openSearcher>true</openSearcher> 
</autoCommit>

<autoSoftCommit> 
       <maxDocs>1</maxDocs> 
</autoSoftCommit>

Shall I increase the autoCommit time as well? But would that mean more RAM
is consumed by all instances running on the box?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SolrCloud-Scale-Struggle-tp4150592p4150615.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to