Path

ez.no / ezpublish / documentation / configuration / troubleshooting / i need to reindex my site for search.


I need to reindex my site for search.

These documentation pages are no longer maintained. Please visit the new documentation site.

If your index is messed up and you need to reindex you first remove the old search entries via the sql commands.

delete from ezsearch_word;

delete from ezsearch_object_word_link;

Then you need to re-index the search-index in eZ publish.

php -C update/common/scripts/updatesearchindex.php

Thats it, index is updated.

NOTE:
If you're running a multilanguage site or if the updatescript doesn't seem to index stuff: make sure that the script uses the settings for the correct siteaccess. Use the "-s" or "--siteaccess" parameter to set this. Use "--help" to see all available parameters, etc.

Comments

add to admin

shouldn't there be a button in the setup for this? Reindex search.

Contents

Configuration

Configuration
Security
Optimization
Backup & Restore
Troubleshooting
    404 - Page not found
    Change the right configuration file
    Debug popup window infinite loops
    eZ publish 3 and Apache 2
    Getting looped back when logging in
    Giving you back the admin rights
    I need to reindex my site for search.
    Images do not work
    Mixing up node id and object id
    Not enough PHP memory
    Open_basedir restriction
    Permissions of cache files
    Problems with the translation function
    Process cache enabled reduces perform...
    User site instead of admin site
    Warning: Failed to write session data...
    What not to do with eZ


Created

29/04/2003
7:59:33 pm
by Tony Wood

Last updated

17/02/2004
1:45:03 pm
by Balazs Halasy

Authors

Tony Wood
Bård Farstad
Balazs Halasy



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.