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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to