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 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

Indexing database in Solr using Data Import Handler

2013-07-10 Thread archit2112
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.