cancel
Showing results for 
Search instead for 
Did you mean: 

Recently tag document not get back.

kpatel
Confirmed Champ
Confirmed Champ

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.

3 REPLIES 3

kalpesh_c2
Star Collaborator
Star Collaborator

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

ContCentric

Thanks Kalpesh for your valuable reply.

But i need to change in both files.

archive-SpacesStore and workspace-SpacesStore.

thanks again.

hi

i am doing same thing which u suggest above.

but some time that issue occurs.

so please can u suggest me how get correct response.

thanks in advance.