geoblacklight / geoblacklight-schema

DEPRECATED: (See GeoBlacklight repo) A metadata schema for GIS resource discovery used by GeoBlacklight
http://github.com/geoblacklight/geoblacklight
Other
15 stars 4 forks source link

add bbox type in schema, change solr_bbox #37

Closed mejackreed closed 9 years ago

mejackreed commented 9 years ago

Proposed modification which would break other's geoblacklight docs. Current geoblacklight uses a field solr_bbox to do spatial search stuff. This field is actually not a bbox type field but a type location_rpt. This change makes _bbox dynamic field type bbox and uses _rpt for location_rpt. This should hopefully reduce confusion going further.

Related PR https://github.com/geoblacklight/geoblacklight/pull/283

https://github.com/geoblacklight/geoblacklight/pull/284 is dependent on this change.

drh-stanford commented 9 years ago

We don't need to rename solr_bbox as we can leave it and change it to the solr.BBox field and require Solr 4.10.

drh-stanford commented 9 years ago

Closing. See #39