- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2023 01:18 PM
I was trying to re-index all documents in a particular site. Is there a way i can just re-index all documents in a site or may be a particular custom type?
I was checking here: https://docs.alfresco.com/search-services/latest/admin/monitor/#troubleshooting but it only shows to re-index with a node or txn id.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2023 03:39 AM
Did you try REINDEXING action by query? The following sample reindexes all nodes of type 'cm:content'
Something like http://localhost:8983/solr/admin/cores?action=reindex&query=TYPE:%27cm:content%27
Additional information available in https://docs.alfresco.com/search-services/latest/admin/restapi/#reindex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2023 03:39 AM
Did you try REINDEXING action by query? The following sample reindexes all nodes of type 'cm:content'
Something like http://localhost:8983/solr/admin/cores?action=reindex&query=TYPE:%27cm:content%27
Additional information available in https://docs.alfresco.com/search-services/latest/admin/restapi/#reindex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2023 07:16 AM
Hi @angelborroy
I think, I've tried this several times but with no success. In that cases, I remember that it was not easy or possible to monitor this indexation task, because of the size of repo (imagine that it is needed several hours for reindexing). Do you know some clues for doing this ?
Thanks in advance.
--C
