[ 
https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731955#action_12731955
 ] 

Jay Hill commented on SOLR-1286:
--------------------------------

Noble and Erik, thanks for the quick response. I just applied the patch and 
rebuilt. It doesn't matter what I enter as a param for commit, when the finish 
method executes requestParameters.commit always equals true:

Using: curl 
'http://localhost:8080/solr/indexer/books?command=full-import&commit=false'

The commit is still occurring. I just woke up and tested, so I'll dig in a 
little more to try to find out what's up.

> DIH: The commit parameter is always defaulting to "true" even if "false" is 
> explicitly passed in.
> -------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-1286
>                 URL: https://issues.apache.org/jira/browse/SOLR-1286
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>            Reporter: Jay Hill
>            Assignee: Erik Hatcher
>             Fix For: 1.4
>
>         Attachments: SOLR-1286.patch, SOLR-1286.patch, SOLR-1286.patch, 
> SOLR-1286.patch, SOLR-1286.patch
>
>
> I've tried running full and delta imports with commit=false so that the 
> autoCommit will manage all commits to the index. However setting commit=false 
> doesn't have any effect: 
> curl 
> 'http://localhost:8080/solr/dataimporter?command=full-import&commit=false'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to