Hi I am in the Facebook advertising domain, trying to build a natural language search engine using Apache Solr and IBM Watson Retrieve and Rank service. I currently have my data in a Postgresql database, where the tables are named by company, fb_ad_revenue, targeting_info, etc. which are updated daily. I would like the system to support queries like what are my top performing ads, revenue vs spend for the last five days, etc. How should I go about importing the data into Solr?
Swapnil