How to do reindexing in alfresco via Docker.

cancel
Showing results for 
Search instead for 
Did you mean: 
soniaroy815
Member II

How to do reindexing in alfresco via Docker.

I would like to  do reindexing in alfresco where my alfresco installed via Docker.

3 Replies
afaust
Master

Re: How to do reindexing in alfresco via Docker.

So do it...

Seriously, it's not really any different from a regular Alfresco install. Depening on how your container was created (which image did you use? what mounts did you provide?), it can be as simple as stopping the container, deleting the index directories and starting it up again. Alternatively, you can access the SOLR instance via HTTP and drop/create index cores, or trigger a reindex on a single core via the HTTP actions.

playerro
Active Member

Re: How to do reindexing in alfresco via Docker.

It this possible to do with not rebuilding the image?

fedorow
Senior Member II

Re: How to do reindexing in alfresco via Docker.

You shouldn't rebuild solr image in case of reindex data. But if you means without restart a solr container, so do it thought solr web interface like Axel sad:

Axel Faust wrote:

Alternatively, you can access the SOLR instance via HTTP and drop/create index cores, or trigger a reindex on a single core via the HTTP actions.