[jira] [Updated] (LUCENE-4575) Allow IndexWriter to commit, even just commitData

2012-12-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-4575: --- Attachment: LUCENE-4575-testcase.patch Simple test showing that commit data is lost

[jira] [Updated] (LUCENE-4575) Allow IndexWriter to commit, even just commitData

2012-12-02 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4575: --- Attachment: LUCENE-4575.patch Patch addresses the bug that Mike reported and adds a test for it.

[jira] [Updated] (LUCENE-4575) Allow IndexWriter to commit, even just commitData

2012-12-01 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4575: --- Attachment: LUCENE-4575.patch Patch removes commit/prepCommit(commitData) versions and modifies

[jira] [Updated] (LUCENE-4575) Allow IndexWriter to commit, even just commitData

2012-11-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-4575: --- Attachment: LUCENE-4575.patch Patch adds setCommitData to IndexWriter and increase changeCount as