12-26-2016 09:09 AM
Hi.
I am Using Alfresco 5.1.
I want to get All Document which is tag by 'unsorted' name from specific folder.
but the problem is Recently uploaded document is not found in Lucene query or Tagging service.
After few time its shows the correct results.
So, please any one can help me for solve this indexing problem.
Thanks in Advance.
12-26-2016 11:55 PM
Hi,
The solr will perform indexing for newly uploaded content at every 15 seconds by default. I think you need to reduce this time by making changes in the following property
alfresco.cron=0/15 * * * * ? *
in solrcore.properties file located at <alfresco-community>\solr4\archive-SpacesStore\conf.
You can change the above property to
alfresco.cron=0/3 * * * * ? *
So solr will take only 3 seconds to index your newly uploaded content.
For more information refer this Solr core configuration properties | Alfresco Documentation
Thanks
Kalpesh
12-27-2016 07:21 AM
Thanks Kalpesh for your valuable reply.
But i need to change in both files.
archive-SpacesStore and workspace-SpacesStore.
thanks again.
04-25-2017 04:52 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.