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.
相关问题
- Error in calling CMIS Query if String contains sin
- SolrJ and Auto Commit
- Files locked after indexing
- Packages not defined
- Migration of solr cores after solr version upgrada
相关文章
- How to setup alfresco jlan file server as a standa
- what is type and aspect in alfresco?
- How can I do indexing .html files in SOLR
- Solr query for matching nested/relational data
- How to configure Solr for improved indexing speed
- How to write nested schema.xml in solr?
- How to get Acls of a document?
- How to create site in share programmatically?
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/