cancel
Showing results for 
Search instead for 
Did you mean: 

Indexing docs missed by a failed openoffice instance

hikenboots
Champ in-the-making
Champ in-the-making
I have a "what if" question.  If, for some reason, openoffice was not started or listening and someone loads documents into the repository, obviously, they will not be full text indexed.  How would I get Alfresco to reindex the content store after fixing openoffice?
3 REPLIES 3

steve
Champ in-the-making
Champ in-the-making
Hi,

You can run an index recovery job.
Take a look in <configRoot>/alfresco/index-recovery-context.xml

The section you will be interested in is:
<property name="executeFullRecovery">    <value>false</value>                 <!– enable this to start the full index recovery –></property>‍‍‍

Change this to 'true' and restart you app server for your indexes to be rebuilt.

Hope this helps.

Steve

carry2web
Champ in-the-making
Champ in-the-making
Are there better ways than restarting the application server to trigger Alfresco to reindex?

andy
Champ on-the-rise
Champ on-the-rise
Hi

Not at the moment.

Retrying failed transforms is on the todo list.

Andy