ez.no / ezpublish / documentation / configuration / troubleshooting / 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
Kjell Knudsen
Friday 06 February 2004 2:48:50 pm