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

index exploded non-project tags to NEW to Solr field #1006

Closed ndushay closed 1 year ago

ndushay commented 1 year ago

This ticket is a follow on to #1004.

Late breaking news! As of meeting on 10/4/22 (see https://docs.google.com/document/d/1n3jMSN-ywO8pyLEqsD0tNCsLR2y_p9tLAGVOvSSkbyQ/edit#heading=h.a0sj9f81gzds), the work for this ticket is to

Write code to index (exploded) non-project tags into a NEW Solr field for all that is in the current exploded tags field (exploded_tags_ssim) except project tags.

--- old stuff below this line ---

Once the Solr field exploded_project_tag_ssim is fully (or nearly fully) populated (and the indexing of this new field went into production on Monday afternoon, 10/2, and it will take 2 weeks to fully index ...

... then stop writing project tags to tag_ssim or exploded_tag_ssim and only write them to project_tag_ssim and exploded_project_tag_ssim

Further note: this work is blocked by the deploy of the new project tag facet coded in https://github.com/sul-dlss/argo/pull/4206 (https://github.com/sul-dlss/argo/issues/4187), which is blocked at the time of writing waiting for exploded_project_tag_ssim to be populated.

So the PR for this work should NOT be (merged) deployed to prod before the new Project Tag facet displays in production Argo.