[jira] Created: (LUCENE-808) bufferDeleteTerm in IndexWriter might flush prematurely

2007-02-21 Thread Doron Cohen (JIRA)
bufferDeleteTerm in IndexWriter might flush prematurely --- Key: LUCENE-808 URL: https://issues.apache.org/jira/browse/LUCENE-808 Project: Lucene - Java Issue Type: Bug

Re: [jira] Created: (LUCENE-808) bufferDeleteTerm in IndexWriter might flush prematurely

2007-02-21 Thread Ning Li
The code correctly reflects its designed semantics: numBufferedDeleteTerms is a simple sum of terms passed to updateDocument or deleteDocuments. If the first of two successive calls to the same term should be considered no op if no docs were added in between, shouldn't the first also be