Enabling delayed Indexing (ezfind / solr)

27.03.2013 | eZ Publish

in site.ini (KEINE .append.php!) [SearchSettings] ... DelayedIndexing=enabledin ezfind.ini: [IndexOptions] ## OptimizeOnCommit controls the behaviour of the addObject and deleteObject calls # with res

in site.ini (KEINE .append.php!)


[SearchSettings]
...
DelayedIndexing=enabled

in ezfind.ini:


[IndexOptions]
## OptimizeOnCommit controls the behaviour of the addObject and deleteObject calls
# with respect to Optimizing the Solr Index on commits
# If turning this off, a cron job should be set up to schedule optimize actions
OptimizeOnCommit=disabled

cronjobs einrichten (oder manuell starten):


php runcronjobs.php -s siteaccess ezfindexcontent
php runcronjobs.php -s siteaccess ezfoptimizeindex

php extension/ezfind/bin/php/updatesearchindexsolr.php -s your_admin_siteaccess

Analyse

Entwurf

Development

Launch