[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-09-08 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12629125#action_12629125 ] Shai Erera commented on LUCENE-1131: I agree with the body, that's what I had in mind.

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-09-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628953#action_12628953 ] Michael McCandless commented on LUCENE-1131: Hmm -- this breaks back compat

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-09-07 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628967#action_12628967 ] Shai Erera commented on LUCENE-1131: What if we implement numDeletedDocs() in

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-09-07 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628991#action_12628991 ] Michael McCandless commented on LUCENE-1131: bq. What if we implement

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-09-04 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628355#action_12628355 ] Otis Gospodnetic commented on LUCENE-1131: -- I think so - applies and compiles.

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-09-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12628154#action_12628154 ] Michael McCandless commented on LUCENE-1131: Otis is this one ready to go in?

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-01-14 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558727#action_12558727 ] Otis Gospodnetic commented on LUCENE-1131: -- I think maxDoc() is a cheap call, so

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-01-11 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558113#action_12558113 ] Shai Erera commented on LUCENE-1131: This is an option, however it will result in two

[jira] Commented: (LUCENE-1131) Add numDeletedDocs to IndexReader

2008-01-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558111#action_12558111 ] Yonik Seeley commented on LUCENE-1131: -- How about just using maxDoc() - numDocs()?