Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune Unused Solr fields and View Modes in Standard Deployment #117

Open
1 task
DiegoPino opened this issue Aug 11, 2021 · 1 comment
Open
1 task

Prune Unused Solr fields and View Modes in Standard Deployment #117

DiegoPino opened this issue Aug 11, 2021 · 1 comment
Assignees
Labels
Drupal YAML files Drupal settings provided by our deployment Release Duties We are all duty here, heavy duty Site Building Things you do via the UI with a lot of Browser tabs open
Milestone

Comments

@DiegoPino
Copy link
Member

DiegoPino commented Aug 11, 2021

What?

See also esmero/archipelago-deployment-live#12

We have some legacy Solr Fields still around in our Base Config. Some of those are saving very long strings into "string" type of fields that can only hold 32K of data. The task here is to identify which ones are being used for

  • Facet
  • Find and Replace
  • General Search
  • Memberof/Children Blocks
  • HOCR
  • NLP and Webrecorder info
    And remove the rest

Then write some documentation regarding indexing FULL HTML into full_text and not into strings.

@alliomeria @dmer @giancarlobi if you could give me a hand identifying which ones I would be grateful

Identified ones so far

  • General -> rendered_item_iiif_img (Holds a Full View Mode rendered as HTML per Object but is also ill configured because not all Data Sources are really using the minified View Mode that uses the Carousel Twig template. Also not really used since the Carousel View Mode renders each image on the fly using the Field + Metadata Formatter + the Twig template directly. This includes considering removing http://localhost:8001/admin/structure/types/manage/digital_object/display/strawberryfield_processed_metadata because its never used (so far)
@DiegoPino DiegoPino self-assigned this Aug 11, 2021
@DiegoPino DiegoPino added Drupal YAML files Drupal settings provided by our deployment Release Duties We are all duty here, heavy duty Site Building Things you do via the UI with a lot of Browser tabs open labels Aug 11, 2021
@DiegoPino DiegoPino added this to the 1.0.0-RC3 milestone Aug 11, 2021
@giancarlobi
Copy link
Contributor

@DiegoPino Probably also this is unused:
image
relatives settings are empty (also on play.archipelago.nyc).

FYI in my archipelago I have these two General fields to manage autocomplete and fulltext :

image
both with:
image
where View Mode has this configuration:
image
where twig template is:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Drupal YAML files Drupal settings provided by our deployment Release Duties We are all duty here, heavy duty Site Building Things you do via the UI with a lot of Browser tabs open
Projects
None yet
Development

No branches or pull requests

2 participants