jpountz opened a new issue, #12572:
URL: https://github.com/apache/lucene/issues/12572

   ### Description
   
   `IndexWriter#flushNextBuffer()` is a convenient way to control indexing 
buffer sizes across multiple index writers. Unfortunately, it seems that it 
only ever flushes DWPTs, and never deletes, even though deletes may use a very 
significant amount of the indexing buffer.
   
   Can we enhance `flushNextBuffer()` to flush deletes too when appropriate?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to