Hi

I've configured my Solr instance using autocommit in the following way:

    <!-- autocommit pending docs if certain criteria are met -->
<autoCommit>        <!-- autocommit if there are 1000 documents pending -->
<maxDocs>1000</maxDocs>                <!-- autocommit it has been more than
1 minute without one -->         <!-- maxtime value is expressed in ms -->
<maxTime>60000</maxTime>    </autoCommit>

But it¹s only considering the maxtime now. I¹ve used the maxdocs before and
it worked, but after I defined both, only the maxtime is being considered.

Is it a known bug of 1.2 release?

And I have a question, if I define the maxtime it will only issue a commit
if there are pending documents, is that correct?

Regards,
Daniel

http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
                                        

Reply via email to