[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-22 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722655#action_12722655 ] Tim Smith commented on LUCENE-1705: --- Looking closer, rollbackTransaction() isn't the rig

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-22 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722649#action_12722649 ] Tim Smith commented on LUCENE-1705: --- It seems like this method could be very simple (obv

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-22 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722634#action_12722634 ] Shai Erera commented on LUCENE-1705: bq. I'll give it a shot, (unless someone else vol

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-22 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722627#action_12722627 ] Tim Smith commented on LUCENE-1705: --- bq. Do you wanna cons up a patch? It should be a re

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722612#action_12722612 ] Michael McCandless commented on LUCENE-1705: bq. provided it doesn't cause per

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-22 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722583#action_12722583 ] Tim Smith commented on LUCENE-1705: --- I agree, it would be best if the deleteAll() could

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722172#action_12722172 ] Michael McCandless commented on LUCENE-1705: This should be simple to implemen

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-19 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722021#action_12722021 ] Tim Smith commented on LUCENE-1705: --- My use case is like so: * IndexReader opened again

[jira] Commented: (LUCENE-1705) Add deleteAllDocuments() method to IndexWriter

2009-06-19 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722006#action_12722006 ] Shai Erera commented on LUCENE-1705: My search app has such a scenario, and currently