ISSUE
At one point, the data model stored embargo flags in multiple formats. The data has since been normalized and all ETDs are populated with a TRUE/FALSE boolean value for each embargo flag.
An analysis of the current Solr index confirms this:
has_model_ssim:Etd - 12,652
abstract_embargoed_bsi:* - 12,652
files_embargoed_bsi:* - 12,652
toc_embargoed_bsi:* - 12,652
Further, the *_tesim values have been removed from the index (see supporting data below)
Therefore, we no longer require the datatype fallbacks impelmented to support the non-normalized data.
RESOLUTION
Simplify the SolrDocument model by removing obsolete data type spport.
coverage: 96.449% (+0.2%) from 96.254%
when pulling 4a9c6effc18964c6885d17859c2b20de0657c923 on dead_code
into ec4e6d0d2660cd1d146805d4a51ac9398fb16a95 on main.
ISSUE At one point, the data model stored embargo flags in multiple formats. The data has since been normalized and all ETDs are populated with a TRUE/FALSE boolean value for each embargo flag.
An analysis of the current Solr index confirms this:
Further, the *_tesim values have been removed from the index (see supporting data below)
Therefore, we no longer require the datatype fallbacks impelmented to support the non-normalized data.
RESOLUTION Simplify the SolrDocument model by removing obsolete data type spport.
BOOLEANS
_TESIM