Tuesday 21 July 2009 2:45:52 am
Hello, I would like a confirmation:
- The updatesearchindexsolr.php script "reindexes the meta data to the search engine". - The ezsolroptimize.php script "sends an optimize message to the solr search server". Looking in the updatesearchindexsolr.php code, I can see that after the reindexation, the script also call the optimize method. $searchEngine->optimize( true );
So the question is, is it necessary to execute ezsolroptimize.php after a updatesearchindexsolr.php execution, or can I put in comments the $searchEngine->optimize( true ); in updatesearchindexsolr.php and call both scripts? Thanks a lot!
http://www.acidre.com
|