Hi,

Just to know what's happening if in this entities there is no video :

      <entity name="rel_group_ids"
              query="SELECT group_id AS rel_group_ids FROM group_has_video
                      WHERE video_id=${video.id} AND pending='n'" />

Does it create the document ? Cuz I just tried to to test and fire a full
import with a condition in my main entity where video_id= 10000 which
doesn't have any rel_group_ids and it goes in error :
can't make this request : SELECT group_id AS rel_group_ids FROM
group_has_video
                      WHERE video_id=10000 AND pending='n'

Thanks a lot, 

-- 
View this message in context: 
http://www.nabble.com/solr1.3---tomcat---does-it-create-the-doc-if-no-data-in-sub-entite--tp20360579p20360579.html
Sent from the Solr - User mailing list archive at Nabble.com.

  • solr1.3 / tomcat - doe... sunnyfr

Reply via email to