May someone explain me different use case when both or only one AutoCommit
parameters is filled ?

I really need to understand it.

For example with these configurations :

<autoCommit>  
  <maxDocs>10000</maxDocs> 
</autoCommit>

or 

<autoCommit>  
  <maxTime>1000</maxTime>  
</autoCommit>

or 

<autoCommit>  
  <maxDocs>10000</maxDocs>
  <maxTime>1000</maxTime>  
</autoCommit>

Thanks to everyone

--
View this message in context: 
http://lucene.472066.n3.nabble.com/questions-about-autocommit-committing-documents-tp1582487p3445607.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to