jpountz commented on PR #12846:
URL: https://github.com/apache/lucene/pull/12846#issuecomment-1832112426

   > Sorry, I am still confused about this. If we clear an unEmpty treeset, how 
to deal with its competitive entries?
   
   This looks similar to the arraycopy that you perform on the `maxFreqs` 
array, ignoring existing values? We would just need to update the contract of 
this method to say something like `Copy the provided accumulator into this 
accumulator, ignoring its existing state. This is effectively the same as 
calling clear() then addAll().`.


-- 
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

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