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

Nicholas Knize updated LUCENE-6647:
-----------------------------------
    Attachment: LUCENE-6647.patch

Updated patch that depends on LUCENE-6704 - changes morton encoding to use full 
64 bits, 32 bits per lat/lon.

> Add GeoHash String Utilities to core GeoUtils
> ---------------------------------------------
>
>                 Key: LUCENE-6647
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6647
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Nicholas Knize
>         Attachments: LUCENE-6647.patch, LUCENE-6647.patch, LUCENE-6647.patch
>
>
> GeoPointField uses morton encoding to efficiently pack lat/lon values into a 
> single long. GeoHashing effectively does the same thing but uses base 32 
> encoding to represent this long value as a "human readable" string.  Many 
> user applications already use the string representation of the hash. This 
> issue simply adds the base32 string representation of the already computed 
> morton code.



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

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

Reply via email to