Re: autocommiting with expungeDeletes=true

2010-04-12 Thread Koji Sekiguchi
Giovanni Fernandez-Kincade wrote: Is there any way to configure autocommit to expungeDeletes? Looking at the code it seems to be that there isn't... Hi Gio., I don't think Solr supports it. Please open an issue. Koji -- http://www.rondhuit.com/en/

autocommiting with expungeDeletes=true

2010-04-08 Thread Giovanni Fernandez-Kincade
Is there any way to configure autocommit to expungeDeletes? Looking at the code it seems to be that there isn't... >From org.apache.solr.update.DirectUpdateHandler2: public synchronized void run() { long started = System.currentTimeMillis(); try { CommitUpdateCommand command =