You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArcLight is currently capturing and representing place metadata in a confusing way, using more fields than necessary. I believe we should just use places_ssim consistently and stop using both geogname_ssim & geogname_ssm. Current references to those fields as follows...
It's the same data. Whatever's in controlaccess/geogname is what becomes Places. But throughout in the app, there are inconsistent references to the Places field that makes it unnecessarily complicated and error-prone.
ArcLight is currently capturing and representing place metadata in a confusing way, using more fields than necessary. I believe we should just use
places_ssim
consistently and stop using bothgeogname_ssim
&geogname_ssm
. Current references to those fields as follows...ead2_config.rb (collection-level):
ead2_component_config.rb:
It's the same data. Whatever's in
controlaccess/geogname
is what becomes Places. But throughout in the app, there are inconsistent references to the Places field that makes it unnecessarily complicated and error-prone.solrconfig.xml
geogname_ssim
for<str name="facet.field">geogname_ssim</str>
geogname_ssm
andplaces_ssim
in the<str name="fl">
sectionplace_teim
forqf
,pf
,qf_place
,pf_place
schema.xml
places_ssim
for<copyField source="places_ssim" dest="place_teim"/>
,<copyField source="places_ssim" dest="text" />
, andgeogname_*
catalog_controller.rb
geogname_ssim
forconfig.add_facet_field 'place', field: 'geogname_ssim', limit: 10
places_ssim
forconfig.add_indexed_terms_field 'places', field: 'places_ssim'
andconfig.add_component_indexed_terms_field 'places', field: 'places_ssim'
The text was updated successfully, but these errors were encountered: