Reindex a file in alfresco 5.0

折月煮酒 提交于 2019-12-12 03:36:21

问题


I just want to re-indexed a file,I am using this api "https://localhost:8443/solr4/admin/cores?action=REINDEX&nodeid=983" but i could not re-indexed.Can any one tell how can i re-indexed a file ? I am using alfresco 5.0.


回答1:


You should be able to see the count of error nodes using your admin console and confirm that something really is in error.

The action you mentioned is the right one (there are a few more, check the official documentation), but if the node is not reindexed, the action obviously fails.

I suggest you raise the SOLR log level and find out more.

In my experience, when something like this happens it almost always has to do with JSON parsing. Check out this tutorial, maybe it will bring you closer to the solution.

http://alfresco.blog.redpill-linpro.com/2015/04/30/how-to-debug-solr-exceptionswarnings-for-alfresco-part-2/



来源:https://stackoverflow.com/questions/36053720/reindex-a-file-in-alfresco-5-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!