Hola, If you are using the cron to index your objects, have you checked that you have properly configured the DelayedIndexing=enabled and OptimizeOnCommit=disabled settings: You also have more information here: http://doc.ez.no/Extensions/eZ-Find/2.3/Basic-Configuration/Indexing-content
You also have to make sure that the crontabs are properly configured in your /etc/crontab Also you can check that they are indexed by testing the query in the solr interface: >> http://domain_name:8389/solr/admin You can also check that your index file is being updated by checking that the date of your index files are changed in: >> extention/ezfind/java/solr/data/index/... You can also check what is happening when you are indexing your data by checking the log files: >> extension/ezfind/java/logs/... >> var/logs/error.log Good luck with this, Paul ________________________________________ De : [email protected] [[email protected]] de la part de Stefan Georg [[email protected]] Date d'envoi : lundi 3 janvier 2011 11:03 À : Carlos Revillo Cc : sdk-public Objet : Re: [Sdk-public] Image import question no, only 3 things: name, object_relations, and image. Stefan ----- Original Message ----- From: "Carlos Revillo" <[email protected]> To: "Stefan Georg" <[email protected]> Cc: "sdk-public" <[email protected]> Sent: Monday, January 3, 2011 4:02:54 PM GMT +07:00 Bangkok, Hanoi, Jakarta Subject: Re: [Sdk-public] Image import question hi there. just wondering... do you have any date or datetime attribute in your object? 2011/1/3 Stefan Georg < [email protected] > Hey, I am importing images and at the end running a publish operation on them as such: $operationResult = eZOperationHandler::execute( 'content', 'publish', array( 'object_id' =>$id, 'version' => $version ) ); However, they are not searchable until I edit them via admin interface. I've tried to manually index them by adding them to the ezpending_actions table. They are removed from the table by what I assume is the ezsolr cronjob when it indexes them. However I have to go in and edit the image object until it shows up in search. Is there anything else I need to do on importing to make this magical search work? -- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public -- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public -- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public
