Oct 7 13:40:32 solr-test jsvc.exec[23708]: Oct 7, 2008 1:40:32 PM org.apache.solr.util.plugin.AbstractPluginLoader load INFO: created html: org.apache.solr.highlight.HtmlFormatter Oct 7 13:40:32 solr-test jsvc.exec[23708]: Oct 7, 2008 1:40:32 PM org.apache.solr.search.SolrIndexSearcher <init> INFO: Opening [EMAIL PROTECTED] main Oct 7 13:40:32 solr-test jsvc.exec[23708]: Oct 7, 2008 1:40:32 PM org.apache.solr.update.DirectUpdateHandler2$CommitTracker <init> INFO: AutoCommit: disabled Oct 7 13:40:32 solr-test jsvc.exec[23708]: Oct 7, 2008 1:40:32 PM org.apache.solr.handler.component.QueryElevationComponent inform INFO: Loading QueryElevation from: /data/solr/user/conf/elevate.xml
It is not disbled ? <!-- Perform a <commit/> automatically under certain conditions: maxDocs - number of updates since last commit is greater than this maxTime - oldest uncommited update (in ms) is this long ago --> <autoCommit> <maxDocs>10000</maxDocs> <maxTime>1000</maxTime> </autoCommit> And I don't get why it doesn't commit anything during delta import, i've no exception, error ... nothing ... and it stay stuck like that : just time keep running .. ?? <lst name="statusMessages"> <str name="Time Elapsed">0:22:53.952</str> <str name="Total Requests made to DataSource">512</str> <str name="Total Rows Fetched">341890</str> <str name="Total Documents Processed">72</str> <str name="Total Documents Skipped">0</str> <str name="Delta Dump started">2008-10-07 13:45:01</str> <str name="Identifying Delta">2008-10-07 13:45:01</str> <str name="Deltas Obtained">2008-10-07 13:45:45</str> <str name="Building documents">2008-10-07 13:45:45</str> <str name="Total Changed Documents">341251</str> </lst> − <str name="WARNING"> -- View this message in context: http://www.nabble.com/autocommit-activaed-..-and-INFO%3A-AutoCommit%3A-disabled%2C-do-you-know-why--tp19856743p19856743.html Sent from the Solr - User mailing list archive at Nabble.com.