[ https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731800#action_12731800 ]
Erik Hatcher commented on SOLR-1286: ------------------------------------ Wow, you're fast Noble! Looks better. But the patch looks like optimize won't occur unless commit=true is set. What if only optimize=true? Granted, a commit occurs implicitly during an optimize, but seems like that should be outside of the if on commit=true. > DIH: The commit parameter is always defaulting to "true" even if "falst" 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 > > > 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.