Hi,
regarding to the new schema.xml provided in 7.x-1.0-rc3, and specially for the geohash data type, prefix type in service.inc should be 'geo' rather than 'geohash' (as dynamic fields base is 'geo' with s for single, m for multiple values). Otherwise, change dynamic fields prefix in schema.xml for this data type.
In that way, we could use SOLR-2155 add-on for solr 3.x, implementing hook_search_api_data_type_info() to provide 'geohash' data type which is a feature supported by the service class.
For other which are interested by using spatial search with mutiple values, don't forgot to change the field type definition of geohash in schema.xml as describe here.
Except this point, data seems to be indexed well and search result too, thanks !
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | geohash-prefix-1919572-1.patch | 322 bytes | chaby |
Comments
Comment #1
chaby commentedsimple patch...
Comment #2
chaby commentedComment #3
drunken monkeyOops, you're right, thanks for spotting this!
Committed.