Forums / Developer / Updating solr index desn't remove keys of the removed objects in index

Updating solr index desn't remove keys of the removed objects in index

Author Message

Jakub Derdziak

Thursday 07 October 2010 5:56:07 am

I have project on few computers, so I often move db's from one to another. After I update new db I run solr index update. Now I can see in search results, that ezFind still find objects, that was in db before. Why? How to remove them?

gilles guirand

Thursday 07 October 2010 1:15:06 pm

Did you try to use the clean parameter ? like this :

php extension/ezfind/bin/php/updatesearchindexsolr.php -s <admin siteaccess> --php-exec=php --clean

--
Gilles Guirand
eZ Community Board Member
http://twitter.com/gandbox
http://www.gandbox.fr

Jakub Derdziak

Thursday 07 October 2010 10:32:38 pm

Tried it already. No success. (Is there way to manually remove index?)