Expand my Community achievements bar.

SOLVED

Disabling lucene index on audit events

Avatar

Former Community Member

My locale development repository is quite big and at times i need to do a force system restart without shutting down my crx repository properly. Next time i start my repository the lucene indexing begins by indexing the under /var/audit/....

I've followed the steps described in http://helpx.adobe.com/experience-manager/kb/how-to-optimize-lucene-index-to-gain-efficiency.html to disable the lucene index for the audit events. However lucene still indexes these nodes at server startup. 

Is there anything else that needs to be done?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

this approach is just to reduce the size of the index, but not avoid indexing /var/audit at all. From time to time I would throw away my development environment and start from scratch. You should have all your development valuables in a VCS, so it should be a matter of some minutes.

kind regards,
Jörg

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi,

this approach is just to reduce the size of the index, but not avoid indexing /var/audit at all. From time to time I would throw away my development environment and start from scratch. You should have all your development valuables in a VCS, so it should be a matter of some minutes.

kind regards,
Jörg