We are using apache solr to implement search in our application. The search will be such that the user can search for employees, offices or both. We need to have auto suggest feature and search for the same. My question is how do i import data from two tables without using a join(As offices and tables are not related directly) in db-data-config file. I tried using two entities but it gave me an error saying the unique key needed to be the same.
Also how do i configure the fields of these two entities in the schema.xml file
Please help