Re: Variable datasources

2011-01-14 Thread tjpoe
it works as expected -- View this message in context: http://lucene.472066.n3.nabble.com/Variable-datasources-tp2249568p2257334.html Sent from the Solr - User mailing list archive at Nabble.com.

Variable datasources

2011-01-13 Thread tjpoe
and it attempts to connect to the literal source content_${local.code}. any ideas how I can get all of the items imported for all of the locals at once? -- View this message in context: http://lucene.472066.n3.nabble.com/Variable-datasources-tp2249568p2249568.html Sent from the Solr - User mailing list

Re: Variable datasources

2011-01-13 Thread Gora Mohanty
On Fri, Jan 14, 2011 at 1:02 AM, tjpoe tanner.post...@gmail.com wrote: [...] I also tried creating datasources for each local and then using a variable datasource in the entity such as: datasource url=jdbc:mysql://localhost/aaa name=content_aaa / datasource url=jdbc:mysql://localhost/bbb