On Feb 26, 2014, at 5:24 PM, Joel Cohen <joel.co...@bluefly.com> wrote:

>  he's told me that he's doing commits in his SolrJ code
> every 1000 items (configurable). Does that override my Solr server settings?

Yes. Even if you have configured autocommit - explicit commits are explicit 
commits that happen on demand. Generally, clients should not send there own 
commits if you are using auto commit. If clients want to control this, it’s 
best to setup hard auto commit and have clients use commitWithin for soft 
commits.

It generally doesn’t make sense for a client to make explicit hard commits with 
SolrCloud.

- Mark

http://about.me/markrmiller

Reply via email to