I am trying to run full and delta imports with the commit=false option, but it doesn't seem to take effect - after the import a commit always happens no matter what params I send. I've looked at the source and unless I'm missing something it doesn't seem to process the commit param.
Here's the url I'm using: curl ' http://localhost:8080/solr/indexer/books?command=full-import&commit=false' But as soon as the import finishes a commit occurs. I want to set things up to let autoCommit control all commits as I have a series of DIH-configs importing data at different times. I will file an issue in JIRA, but I wanted to check the list first to see if this has come up for others. -Jay