[ 
https://issues.apache.org/jira/browse/LUCENE-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460820#comment-17460820
 ] 

Greg Miller commented on LUCENE-10321:
--------------------------------------

[~ivera] could you peek at this PR when you have a chance (no rush): 
[https://github.com/apache/lucene/pull/547]

I _think_ my reasoning here is correct but I believe you're much more familiar 
with this. Thanks!

> MultiRangeQuery doesn't need to "pull up" mins when building an interval tree
> -----------------------------------------------------------------------------
>
>                 Key: LUCENE-10321
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10321
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/sandbox
>            Reporter: Greg Miller
>            Assignee: Greg Miller
>            Priority: Trivial
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> When creating an interval tree for the search intervals, the min values are 
> being "pulled up" to keep internal node bounding boxes consistent. I don't 
> believe this should be necessary though given the intersection/contains 
> algorithms. I stumbled across this when comparing the impl to ComponentTree, 
> which is serving a similar role for specialized 2D cases.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to