sul-dlss / vt-arclight

An Arclight-based discovery application for materials from the Virtual Tribunals project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update arclight to v1.1.0

corylown opened this issue · comments

Couple other things to figure out:

  • How long does a full re-index take? (Try on stage?) will handle as part of #627
  • Can the app be set up to work with both the existing 1.0 index and an updated 1.1 index?

Detailed todos for backward/forward compatibility:

  • Change summary field config from config.add_summary_field 'creators_ssim', label: 'Creator' to config.add_summary_field 'creator_ssim', label: 'Creator'
  • creators_ssm will no longer exist after re-index do we have to remove this from the requesthandler fl config or is this okay to leave until later.
  • date_range_ssim changes to date_range_isim. vt-arclight uses date_hierarchy_ssim. Only concern is do we need to remove date_range_ssim from the facet.field config.
  • did_note_tesim is removed in 1.1 do we need to remove the copy field directive to text
  • Try 1.1 branch with the old index
  • Try 1.1 branch with the new index
  • Extra dot separator under title in results view after reindex; does removing extent index config break anything pre-reindex
  • Need to try gsub approach to extent prior to reindex
  • Empty date field showing up after reindex; somtimes normalized_date_ssm contains an empty string "id":"mt839rq8746aspace_d9f38b15d8b1cd785711604d2da730b4", "normalized_date_ssm":[""]
  • Remove extent pill after title; we might want to revert to 1.0 extent indexing behavior to avoid weird stuff around this

This was completed by #630