Forums / Extensions / eZFind returns results in double in my admin

eZFind returns results in double in my admin

Author Message

Fabien GALLARD

Tuesday 28 June 2011 1:10:16 am

Hello guys,

I have a problem with the ezfind search in my backoffice. It returns results in two.
One of the two results has no links.

Here a screenshot : http://imageshack.us/photo/my-images/808/ezfindresults.png/

If you have an idea.

Thanks

Paul Borgermans

Tuesday 28 June 2011 2:22:56 am

This looks like a "dirty" index, try to clean with the ezfind provided indexing script by using the --clean-all option

hth

Paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Fabien GALLARD

Tuesday 28 June 2011 2:45:32 am

I currently running an updatesearchindexsolr.php -s plain_site_admin --clean --allow-root-user (~40% done)
It doesn't seems to resolve the problem.

I look in the updatesearchindexsolr.php help. With --clean-all , i thinks it will erase index from all my  ezpublish installation. (i have 2 ezpublish installation : one with 3 websites on it , the other with 4 websites on it) I would avoid that.

For now, I will just wait the end of the execution.

Thanks

Fabien GALLARD

Tuesday 28 June 2011 9:04:34 am

Well, updatesearchindexsolr.php is done. And it changes nothing. :(

Fabien GALLARD

Friday 01 July 2011 1:39:36 am

Hello guys,

I solved my problem with the updatesearchindexsolr.php -s plain_site_admin --clean-all --allow-root-user commande line.

This doesn' t work the first time. So i check the ezfind logs file  and i have some “POST /solr/update HTTP/1.1” 500

So i restart the java executable (start.jar) and the updatesearchindexsolr.php works fine

Thanks again Paul