You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2011/08/10 00:37:27 UTC

[jira] [Commented] (SOLR-2664) Disable/enable autocommit on the fly

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

Mark Miller commented on SOLR-2664:
-----------------------------------

bq It should be possible to extend this functionality to SolrJ, CSVUpdatehandler ( and JSONUpdateHandler ?)

We should do this out of the gate I think - this command should be available consistently.

> Disable/enable autocommit on the fly
> ------------------------------------
>
>                 Key: SOLR-2664
>                 URL: https://issues.apache.org/jira/browse/SOLR-2664
>             Project: Solr
>          Issue Type: New Feature
>          Components: update
>    Affects Versions: 4.0
>            Reporter: Simon Rosenthal
>            Priority: Minor
>             Fix For: 4.0
>
>         Attachments: SOLR-2664.patch
>
>
> There are occasions when although autocommit is configured, it would be desirable to disable it temporarily - for instance when batch adding/updating a set of documents which should be committed atomically (e.g. a set of price changes).
> The patch adds <disableAutoCommit/> and </enableAutoCommit> commands to XMLUpdateHandler, and also adds a disableAutoCommit=true|false attribute to the <add> element - this will disable autocommit until the terminating </add> at the end of the XML document is reached.
> At present, the autocommit state will not survive a core reload.
> It should be possible to extend this functionality to SolrJ, CSVUpdatehandler ( and JSONUpdateHandler ?)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org