samvera / active_fedora

A Rails interface to the Fedora repository, akin to ActiveModel
Other
54 stars 63 forks source link

Solr config refers to deprecated LatLonType #1370

Closed jcoyne closed 5 years ago

jcoyne commented 5 years ago
    <fieldType name="location" class="solr.LatLonType" subFieldSuffix="_coordinate"/>

I don't think we're using this anywhere. Can we drop this field type or do we want to migrate to one of: LatLonPointSpatialField, SpatialRecursivePrefixTreeField, or RptWithGeometrySpatialField?

no-reply commented 5 years ago

Shall we just remove it? It seems like it won't hurt existing adopters (who will have generated from the old template), and will improve matters for new users.