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
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
orexploded_tag_ssim
and only write them toproject_tag_ssim
andexploded_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.