sul-dlss-deprecated / dor_indexing_app

An indexing API for Stanford's Digital Object Repository
https://sul-dlss-deprecated.github.io/dor_indexing_app/
Apache License 2.0
0 stars 2 forks source link

identifier fields: need to be named appropriately, with correct types #1031

Closed ndushay closed 8 months ago

ndushay commented 1 year ago

Remaining as of 2/15/24:

Populate new druid fields druid_prefixed_ssi and druid_bare_ssi to replace deprecated objectId_tesim


typing:

copyFields for any?

naming: let's use clearer field names! These are the current field names from IdentityMetadataIndexer

Where to address:

  1. any changes needed to schema.xml?
  2. add new fields in dor_indexing_app
  3. wait for fields to populate
  4. change solrconfig.xml to use new fields (and/or Argo catalog_controller and blacklight_config_helper)
  5. stop indexing to old fields
  6. remove old fields from index
ndushay commented 1 year ago

We want to be able to successfully search for identifiers with and without prefixes

ndushay commented 9 months ago

Remaining: populate new druid fields and replace deprecated objectId_tesim

ndushay commented 8 months ago

This be done.