[ 
https://issues.apache.org/jira/browse/SOLR-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781975#action_12781975
 ] 

Chris A. Mattmann commented on SOLR-1586:
-----------------------------------------

Hey Grant:

It doesn't encode the geohash, I was working on that. What's hilarious is that 
I was reading up on Wikipedia on how to implement Geohash:  
http://en.wikipedia.org/wiki/Geohash. I noted that it needed a Base32 
encoder/decoder as part of this. So, of course I went over to commons-codec and 
looked for it there: http://commons.apache.org/codec/. I saw CODEC-88 and said 
oh, no one has implemented an ASL base32 encoder: I guess I'll implement one as 
part of this issue and then contribute it back to commons-codec. However if you 
are saying this exists already in the spatial contrib jar, acccck!!!! What's 
more if that implements the whole GeoHash thing then double acccck!

I'll have a patch up in 30 minutes if that's the case. However, if it _is_ the 
case, then I'm sad because I just got my Base32.encode function to work: 
http://tools.ietf.org/html/rfc3548 :(

Cheers,
Chris


> Create Spatial Point FieldTypes
> -------------------------------
>
>                 Key: SOLR-1586
>                 URL: https://issues.apache.org/jira/browse/SOLR-1586
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 1.5
>
>         Attachments: examplegeopointdoc.patch.txt, 
> SOLR-1586.Mattmann.112209.geopointonly.patch.txt, 
> SOLR-1586.Mattmann.112209.geopointonly.patch.txt
>
>
> Per SOLR-773, create field types that hid the details of creating tiers, 
> geohash and lat/lon fields.
> Fields should take in lat/lon points in a single form, as in:
> <field name="foo">lat lon</field>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to