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

   ### Description
   
   As part of https://github.com/apache/lucene/pull/14439, we introduced 
efficient histogram collection using PointTrees. Unfortunately, the 
optimization falls apart even with single deleted document in a segment. I am 
wondering if there is a way to efficiently iterate over deleted doc values and 
correct the values for each bucket.
   
   I had thought about it a while back (and kind of forgot) and @mikemccand 
brought it up again during my talk on *Efficient Histogram Collection in Lucene 
with BulkCollector* at recently concluded Apache Community over Code 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to