Thanks for the correction, I did not notice that [?] Spark
2011/12/7 Mark Miller <markrmil...@gmail.com> > Well, if that is exactly what you put, it's wrong. That second one should > be softAutoCommit. > > On Wednesday, December 7, 2011, yu shen <shenyu...@gmail.com> wrote: > > Hi All, > > > > I tried using solr 4 nightly build: apache-solr-4.0-2011-12-06_08-52-46. > > And try to enable autoSoftCommit like below in solrconfig.xml > > <autoCommit> > > <maxTime>100000</maxTime> > > </autoCommit> > > <autoCommit> > > <maxTime>1000</maxTime> > > </autoCommit> > > > > I try to add a document to this solr instance using solrj client in the > > nightly build. I do saw a commit time boost. Single document commit will > > basically take around 10 - 15 seconds. > > > > My question is, my configuration mean to do the commitment within 1 > second, > > why solr still takes 10 seconds. > > > > Spark > > > > -- > - Mark > > http://www.lucidimagination.com >