On 25-Jun-07, at 8:02 AM, Daniel Alheiros wrote:
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?
FYI, this is now fixed in trunk.
best,
-Mike