Re: Indexing database in Solr using Data Import Handler

2014-07-17 Thread Sam Barber
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}'

Re: Indexing database in Solr using Data Import Handler

2013-07-11 Thread Gora Mohanty
On 11 July 2013 11:13, archit2112 archit2...@gmail.com 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

Indexing database in Solr using Data Import Handler

2013-07-10 Thread archit2112
/dataConfig 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? -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-database-in-Solr-using-Data-Import-Handler