cancel
Showing results for 
Search instead for 
Did you mean: 

How to do reindexing in alfresco via Docker.

soniaroy815
Champ in-the-making
Champ in-the-making

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

3 REPLIES 3

afaust
Legendary Innovator
Legendary Innovator

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
Champ on-the-rise
Champ on-the-rise

It this possible to do with not rebuilding the image?

fedorow
Elite Collaborator
Elite Collaborator

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.