03-08-2022 12:06 PM
Hi:
I would like to perform a partial reindexation including all the content of a specific folder. Files in the folder belong to a custom model type.
I tried using SOLR API this way: http://localhost:8983/solr/admin/cores?action=reindex&query=cm:name:Folder_To_Reindex
I received response with status 0 but files weren't reindexed
Also I don't have a clear understanding of the asynchronous scheduling. What is the default scheduling for this kind of actions?
Thanks in advance for your help.
Gabriel Marin
03-08-2022 04:51 PM
May be try this way:
http://localhost:8983/solr/admin/cores?action=REINDEX&query=TYPE:"cm:folder" AND @cm\:name:"Folder_To_Reindex"
OR
http://localhost:8983/solr/admin/cores?action=REINDEX&query=@cm\:name:"Folder_To_Reindex"
08-08-2022 06:32 PM
Thanks @abhinavmishra14 and when is executed?, because the response says scheduled.
My problem is that content was not indexed (metadata only) during a day in which SOLR was not correctly running. That's why I am trying reindex but may be better to use FIX
@angelborroy I saw your presentation about FIX tool (https://www.slideshare.net/angelborroy/discovering-the-2-in-alfresco-search-services-20) but I have the same doubt, when is it scheduled?
I really aprecciate your help. Thanks again
Explore our Alfresco products with the links below. Use labels to filter content by product module.