msokolov commented on issue #9721:
URL: https://github.com/apache/lucene/issues/9721#issuecomment-2079517504

   There is another issue associated with this that I only realized when 
testing. When there are parent/child queries we need to take care not to split 
document blocks across leaves. I'm not quite sure how to approach this. Does 
IndexSearcher have access to a map of where doc block boundaries lie? And even 
if it does, taking those arbitrary bounds into account can be quite challenging 
in terms of selecting how to chop the index into intervals.


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