Adrien Grand created LUCENE-8860:
------------------------------------

             Summary: LatLonShapeBoundingBoxQuery could make more decisions on 
inner nodes
                 Key: LUCENE-8860
                 URL: https://issues.apache.org/jira/browse/LUCENE-8860
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand


Currently LatLonShapeBoundingBoxQuery with the INTERSECTS relation only returns 
CELL_INSIDE_QUERY if the query contains ALL minimum bounding rectangles of the 
indexed triangles.

I think we could return CELL_INSIDE_QUERY if the box contains either of the 
edges of all MBRs of indexed triangles since triangles are guaranteed to touch 
all edges of their MBR by definition. In some cases this would help save 
decoding triangles and running costly point-in-triangle computations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to