esmero / archipelago-deployment

Archipelago Commons Docker Deployment Repository
33 stars 16 forks source link

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

Open DiegoPino opened 3 years ago

DiegoPino commented 3 years ago

What?

See also https://github.com/esmero/archipelago-deployment-live/issues/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

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

giancarlobi commented 3 years ago

@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