Re: Geo Data
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:
|
||
|