Date
1 - 3 of 3
Geo Data
JZ <zamb...@...>
(1) Was looking at the GEO facilities, does someone know what algorithm or approach is used by the implementation for GEO location calculations? |
||
|
||
Robert Dale <rob...@...>
If it's an index query, it should use the index backend. If it's mid-traversal, it will likely use a geo predicate which uses spatial4j [1]. ES, solr use lucene. Lucene also uses spatial4j. So I think in the end everything uses spatial4j. And they all also use JTS [2] to some degree.
Robert Dale On Wed, Jun 7, 2017 at 1:44 AM, JZ <zamb...@...> wrote:
|
||
|
||
JZ <zamb...@...>
Thanks for feedback, very helpful. On Wednesday, June 7, 2017 at 9:33:07 AM UTC-4, JZ wrote:
|
||
|