Ask Your Question
0

What is the method for re-indexing Solr in Alfresco?

asked 2023-07-15 01:33:58 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-15 01:52:01 +0000

lakamha gravatar image

To re-index Solr in Alfresco, follow these steps:

  1. Stop Alfresco, including all Alfresco-related services.
  2. Remove the Solr data folder (e.g. solr4/index).
  3. Restart Alfresco.
  4. Wait a few minutes for Solr to rebuild the indexes.
  5. Verify that the re-indexing has completed successfully by checking the Alfresco log files for any errors or warnings related to Solr.

Alternatively, you can use the Alfresco provided scripts to re-index solr: 1. Go to the directory [Alfresco-Home]/bin 2. Execute the following command: ./solr clean This will remove existing index data and clean the Solr index. 3. In order to re-index the Solr index execute the following command: ./rmrindex.sh This will initiate the reindexing of the repository content.

Note: On Windows platform, the scripts will be in the [Alfresco-Home]/alfresco-service/bin directory.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-15 01:33:58 +0000

Seen: 13 times

Last updated: Jul 15 '23