[
https://issues.apache.org/jira/browse/SOLR-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jay Hill updated SOLR-1286:
---------------------------
Attachment: SOLR-1286.patch
In DocBuilder.java added a check in two places to see if the commit para is
false before doing the commit.
> 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
> Fix For: 1.4
>
> Attachments: 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.