[ https://issues.apache.org/jira/browse/SOLR-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795164#action_12795164 ]
Yonik Seeley commented on SOLR-1586: ------------------------------------ bq. Sounds good. I'm open to specific suggestions on how to do that. I think the key lies in the QParser Right - I've mentioned a spacial base class a few times and this is why. It allows the implementation to be hidden, while also allowing custom classes to plug right into it. The QParser for "sfilt" would simply delegate to a method on the spacial base. bq. I don't see it as something that would work as an attribute on the generic PointType, but we could have a derived 2D PointType that specifically captures both the point capabilities and the Tile capabilities. Yep, that's what I had in mind. > 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-geohash.patch, > SOLR-1586.Mattmann.112209.geopointonly.patch.txt, > SOLR-1586.Mattmann.112209.geopointonly.patch.txt, > SOLR-1586.Mattmann.112409.geopointandgeohash.patch.txt, > SOLR-1586.Mattmann.112409.geopointandgeohash.patch.txt, > SOLR-1586.Mattmann.112509.geopointandgeohash.patch.txt, > SOLR-1586.Mattmann.120709.geohashonly.patch.txt, > SOLR-1586.Mattmann.121209.geohash.outarr.patch.txt, > SOLR-1586.Mattmann.121209.geohash.outstr.patch.txt, > SOLR-1586.Mattmann.122609.patch.txt, SOLR-1586.patch, SOLR-1586.patch > > > 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.