Re: Query on Solr Data-db-config.xml

2013-03-15 Thread Alexandre Rafalovitch
You can either have those values stored in variables (${varname}) and have those configured somewhere else in Solr (there are several options). Or, if you have a data source in your servlet contains, you can use jndiName of that instead of configuring it in Solr itself. Regards, Alex. Persona

Query on Solr Data-db-config.xml

2013-03-15 Thread Ravi_Mandala
Hi, My web service has the all DB related information(like username,password,entity names,fields etc).I want to pass this data to Solr dataimport handler to do the importing(fullimport or deltaimport). Is it possible, passing the DB information and doing the data import from the solr?.(i want d