Share » Forums » Extensions » eZ Find » Cache and EZFind

Cache and EZFind

Cache and EZFind

Tuesday 27 January 2009 7:35:36 am - 3 replies

Author Message

Jérôme Vieilledent

Saturday 21 February 2009 5:10:54 am

Hi Bryan

As far as I know, eZFind (at least the latest 2.0 version) updates its index each time you publish/delete an object. So you don't have to run <i>updatesearchindexsolr.php</i> as a CRON...

Emmanuel Courmont

Sunday 05 April 2009 2:05:23 pm

Hi Bryan,

You only need to run a cron job if the indexing is delayed. You can find this setting in site.ini

[SearchSettings]
DelayedIndexing=enabled

The indexcontent.php is part of the cronjob by default. See cronjob.ini

[CronjobSettings]
ScriptDirectories[]=cronjobs
...
Scripts[]=indexcontent.php

Geoff Bentley

Wednesday 08 April 2009 9:52:30 pm

The cronjobs have only recently been fixed in the SVN repo of eZ Find, and have been split into two - <i>ezfindexcontent.php</i> and <i>ezfoptimizeindex.php</i>. This allows the more server-intensive optimization to be actioned once or twice a day.

<i>settings/cronjob.ini.append.php</i> has also been added to ezfind - if you are using the stable 2.0 version you will need to create this yourself and add to the default cronjob script list or to the CronjobPart-frequent, e.g:

<?php /*

[CronjobSettings]
ExtensionDirectories[]=ezfind

Scripts[]=ezfindexcontent.php

*/ ?>

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu