Skip to content

[VIVO-1865] - Add etag generation config

backups requested to merge hotfix/etags into master

Created by: gneissone

See https://jira.lyrasis.org/browse/VIVO-1865

The solrconfig.xml included does not include processing logic for etags. See etag processing chain from old file here: https://github.com/vivo-project/Vitro/blob/vitro-1.10.0/home/src/main/resources/solr/conf/solrconfig.xml#L1832

Without this fix, the caching scheme described at https://wiki.lyrasis.org/display/VIVODOC111x/Use+HTTP+caching+to+improve+performance does not work.

This pull request copies over the processing chain from the old config. After inclusion, etags are generated again when the search index updates.

Merge request reports