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/
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 =