You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2015/06/03 19:31:38 UTC

[jira] [Updated] (LUCENE-6519) BKD polygon queries should avoid per-hit filtering when cell is fully enclosed

     [ https://issues.apache.org/jira/browse/LUCENE-6519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless updated LUCENE-6519:
---------------------------------------
    Attachment: LUCENE-6519.patch

Patch, just pulling over code from LUCENE-6481 ... once that issue is done I'll refactor to share in GeoUtils.

> BKD polygon queries should avoid per-hit filtering when cell is fully enclosed
> ------------------------------------------------------------------------------
>
>                 Key: LUCENE-6519
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6519
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/sandbox
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: Trunk, 5.3
>
>         Attachments: LUCENE-6519.patch
>
>
> In LUCENE-6481, [~nknize] added methods to test for the relationship between an axis-aligned rect vs the query polygon, e.g. is the rect fully contained by the polygon, overlaps its boundaries, or fully outside the polygon.
> I think we should also use those methods to speed up BKDPointInPolygonQuery, to decide on recursively visiting the tree, how to handle the leaf blocks under internal nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org