Reputation: 3998
We enabled autoCommit in solrconfig.xml.
<autoCommit>
<maxDocs>5000</maxDocs>
<maxTime>5000</maxTime>
</autoCommit>
Now wondering we are what happens when the Solr server does down before it reaches neither of the thresholds and there are uncommitted documents. Would those uncommited documents get commited on server restart?
Btw, we enabled autoCommit to fix
exceeded limit of maxWarmingSearchers=2
Upvotes: 1
Views: 471
Reputation: 15791
I assume you mean Solr crashes or is killed? What happens depends on the version you are using:
Upvotes: 6