[ 
https://issues.apache.org/jira/browse/SOLR-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley updated SOLR-2992:
-------------------------------

    Attachment: SOLR-2992.patch

Here's a patch that adds support for specifying prepareCommit=true to update 
URLS that ends up calling IndexWriter.prepareCommit()

The CommitUpdateCommand was modified to include a prepareCommit flag.  This 
felt like the right approach (as opposed to a new update command) given that 
commit and prepareCommit may share more functionality over time (such as the 
ability to specify user commit info).
                
> add prepareCommit
> -----------------
>
>                 Key: SOLR-2992
>                 URL: https://issues.apache.org/jira/browse/SOLR-2992
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>            Priority: Minor
>         Attachments: SOLR-2992.patch
>
>
> Expose Lucene's prepareCommit to Solr update handlers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to