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}'
On 11 July 2013 11:13, archit2112 wrote:
>
>
> Im trying to index MySql database using Data Import Handler in solr.
[...]
> Everything is working but the "favouritedby1" field is not getting indexed
> ,
> ie, that field does not exist when i run the *:* query. Can you please
> help
> me out?
Plea
context:
http://lucene.472066.n3.nabble.com/Indexing-database-in-Solr-using-Data-Import-Handler-tp4077180.html
Sent from the Solr - User mailing list archive at Nabble.com.