You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Sam Barber <sa...@algomi.com> on 2014/07/17 16:50:06 UTC

Re: Indexing database in Solr using Data Import Handler

Hi,



You have the wrong varname in your sub query.



select favouritedby from filefav where id=
'${filemetadata.id}'



should be

select favouritedby from filefav where id=
'${restaurant.id}'