cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Solr archive core

gabrielmarinb
Confirmed Champ
Confirmed Champ

Hi everybody:

As we don't search on deleted content and following some tuning guidelines we se appropiate to disable solr archive core.

What is the best way to permanently disable archive core in a dockerized installation?

Regards

Gabriel Marin

1 ACCEPTED ANSWER

angelborroy
Community Manager Community Manager
Community Manager

Remove the "archive" core from SOLR_CREATE_ALFRESCO_DEFAULTS:

https://github.com/Alfresco/alfresco-docker-installer/blob/master/generators/app/templates/7.3/docke...

Remove the "archive" folder from your Docker Volume:

https://github.com/Alfresco/alfresco-docker-installer/blob/master/generators/app/templates/7.3/docke...

That should be enough.

Hyland Developer Evangelist

View answer in original post

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

Remove the "archive" core from SOLR_CREATE_ALFRESCO_DEFAULTS:

https://github.com/Alfresco/alfresco-docker-installer/blob/master/generators/app/templates/7.3/docke...

Remove the "archive" folder from your Docker Volume:

https://github.com/Alfresco/alfresco-docker-installer/blob/master/generators/app/templates/7.3/docke...

That should be enough.

Hyland Developer Evangelist