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

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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?)