[
https://issues.apache.org/jira/browse/SOLR-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-1586:
----------------------------------
Attachment: SOLR-1586.patch
Here's a patch with both geohash and Cartesian Tier.
Note, the test for Cartesian Tier (in PolyFieldTest) is not yet correct even
though I think the underlying functionality is. (In other words, the test
itself is not right).
Comments/improvements welcome. Still needs javadocs (and wiki docs on
http://wiki.apache.org/solr/SpatialSearch).
One of the interesting things for Cart Tier is what the notion of a field query
and range query are. See my thoughts in the comments. Also, I currently am
throwing an UnsupportedOpException in getValueSource in Cart Tier stuff. Not
sure if it is meaningful or not to allow functions to operate on the whole tier.
> 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.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.