[
https://issues.apache.org/jira/browse/LUCENE-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944238#comment-16944238
]
ASF subversion and git services commented on LUCENE-8860:
---------------------------------------------------------
Commit 800971020aa2a35f9b2ba1b76f7bca244f005f7d in lucene-solr's branch
refs/heads/branch_8x from Igor Motov
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=8009710 ]
LUCENE-8860: add additional leaf node level optimizations in
LatLonShapeBoundingBoxQuery. (#844)
# Conflicts:
# lucene/sandbox/src/java/org/apache/lucene/geo/Rectangle2D.java
> 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
> Priority: Minor
> Attachments: fig1.png, fig2.png, fig3.png
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]