: how can we import multiple table from db using db-data-config.xml. i googled : but the only result comes is single table import. but i want to import : multiple tables.
It sounds like you are using Solr and the DataImportHandler -- which means you are more likeley to get helpful responses if you post your questions to the solr-user@lucene mailing list (where *all* the subscribers are interested in using solr) FWIW: this series of blog posts i wrote may help you see more examples of using DIH with multiple tables... http://www.lucidimagination.com/blog/tag/isfdb/ https://github.com/lucidimagination/isfdb-solr/ -Hoss