> Running Solr 1.4 with > > <updateHandler class="solr.DirectUpdateHandler2"> > ? > <!-- > A prefix of "solr." for class names is an alias that > causes solr to > search appropriate packages, including > > org.apache.solr.(search|update|request|core|analysis) > > - --> > ? > <autocommit> > <maxDocs>1000</maxDocs> > <maxTime>60000</maxTime> > </autocommit> > </updateHandler> > > I inserted 10k documents through a Python script (w/ solrpy > bindings) > without explict commit. However I do not see that the > "numDocs" > increased meanwhile...is there any way to hunt this down?
What does solr/admin/stats.jsp#update page says about autocommits and docsPending?