You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/07/08 19:34:10 UTC

[GitHub] [lucene-solr] nknize commented on issue #762: LUCENE-8903: Add LatLonShape point query

nknize commented on issue #762: LUCENE-8903: Add LatLonShape point query
URL: https://github.com/apache/lucene-solr/pull/762#issuecomment-509361378
 
 
   I think this is duplicate of [LUCENE-8670](https://issues.apache.org/jira/projects/LUCENE/issues/LUCENE-8670) which I opened and posted a patch back at the end of January. If I remember right, the only reason we were holding off on that patch was because querying by `MULTIPOINT` (array of points) were done brute force and we had discussed ways of speeding it up using a simple in memory R tree. It looks like this is a slimmed down version that only accepts a single point. Perhaps we iterate on LUCENE-8670 and improve this query for multiple points?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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